Class WorkflowInstanceQuery

java.lang.Object
org.alfresco.service.cmr.workflow.WorkflowInstanceQuery

@AlfrescoPublicApi public class WorkflowInstanceQuery extends Object
  • Constructor Details

    • WorkflowInstanceQuery

      public WorkflowInstanceQuery()
    • WorkflowInstanceQuery

      public WorkflowInstanceQuery(String workflowDefinitionId)
    • WorkflowInstanceQuery

      public WorkflowInstanceQuery(Boolean active)
    • WorkflowInstanceQuery

      public WorkflowInstanceQuery(String workflowDefinitionId, Boolean active)
  • Method Details

    • getActive

      public Boolean getActive()
    • setActive

      public void setActive(Boolean active)
    • getStartBefore

      public Date getStartBefore()
    • setStartBefore

      public void setStartBefore(Date startBefore)
    • getStartAfter

      public Date getStartAfter()
    • setStartAfter

      public void setStartAfter(Date startAfter)
    • getEndBefore

      public Date getEndBefore()
    • setEndBefore

      public void setEndBefore(Date endBefore)
    • getEndAfter

      public Date getEndAfter()
    • setEndAfter

      public void setEndAfter(Date endAfter)
    • getCustomProps

      public Map<QName,Object> getCustomProps()
    • setCustomProps

      public void setCustomProps(Map<QName,Object> customProps)
    • getWorkflowDefinitionId

      public String getWorkflowDefinitionId()
    • setWorkflowDefinitionId

      public void setWorkflowDefinitionId(String workflowDefinitionId)
    • getExcludedDefinitions

      public List<String> getExcludedDefinitions()
    • setExcludedDefinitions

      public void setExcludedDefinitions(List<String> excludedDefinitions)
    • setEngineId

      public void setEngineId(String engine)
    • getEngineId

      public String getEngineId()