@AlfrescoPublicApi public class WorkflowInstanceQuery extends Object
Modifier and Type | Class and Description |
---|---|
static class |
WorkflowInstanceQuery.DatePosition |
Constructor and Description |
---|
WorkflowInstanceQuery() |
WorkflowInstanceQuery(Boolean active) |
WorkflowInstanceQuery(String workflowDefinitionId) |
WorkflowInstanceQuery(String workflowDefinitionId,
Boolean active) |
Modifier and Type | Method and Description |
---|---|
Boolean |
getActive() |
Map<org.alfresco.service.namespace.QName,Object> |
getCustomProps() |
Date |
getEndAfter() |
Date |
getEndBefore() |
String |
getEngineId() |
List<String> |
getExcludedDefinitions() |
Date |
getStartAfter() |
Date |
getStartBefore() |
String |
getWorkflowDefinitionId() |
void |
setActive(Boolean active) |
void |
setCustomProps(Map<org.alfresco.service.namespace.QName,Object> customProps) |
void |
setEndAfter(Date endAfter) |
void |
setEndBefore(Date endBefore) |
void |
setEngineId(String engine) |
void |
setExcludedDefinitions(List<String> excludedDefinitions) |
void |
setStartAfter(Date startAfter) |
void |
setStartBefore(Date startBefore) |
void |
setWorkflowDefinitionId(String workflowDefinitionId) |
public WorkflowInstanceQuery()
public WorkflowInstanceQuery(String workflowDefinitionId)
public WorkflowInstanceQuery(Boolean active)
public Boolean getActive()
public void setActive(Boolean active)
public Date getStartBefore()
public void setStartBefore(Date startBefore)
public Date getStartAfter()
public void setStartAfter(Date startAfter)
public Date getEndBefore()
public void setEndBefore(Date endBefore)
public Date getEndAfter()
public void setEndAfter(Date endAfter)
public void setCustomProps(Map<org.alfresco.service.namespace.QName,Object> customProps)
public String getWorkflowDefinitionId()
public void setWorkflowDefinitionId(String workflowDefinitionId)
public void setEngineId(String engine)
public String getEngineId()
Copyright © 2005–2017 Alfresco Software. All rights reserved.