Class WorkflowInstanceQuery


  • @AlfrescoPublicApi
    public class WorkflowInstanceQuery
    extends Object
    • Constructor Detail

      • WorkflowInstanceQuery

        public WorkflowInstanceQuery()
      • WorkflowInstanceQuery

        public WorkflowInstanceQuery​(String workflowDefinitionId)
      • WorkflowInstanceQuery

        public WorkflowInstanceQuery​(Boolean active)
      • WorkflowInstanceQuery

        public WorkflowInstanceQuery​(String workflowDefinitionId,
                                     Boolean active)
    • Method Detail

      • 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<org.alfresco.service.namespace.QName,​Object> getCustomProps()
      • setCustomProps

        public void setCustomProps​(Map<org.alfresco.service.namespace.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()