Uses of Class
org.bonitasoft.web.client.model.FlowNode
-
Packages that use FlowNode Package Description org.bonitasoft.web.client.api org.bonitasoft.web.client.model -
-
Uses of FlowNode in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return FlowNode Modifier and Type Method Description FlowNodeFlowNodeApi. getFlowNodeById(String id)Finds the FlowNode by ID Returns the single FlowNode for the given IDMethods in org.bonitasoft.web.client.api that return types with arguments of type FlowNode Modifier and Type Method Description List<FlowNode>FlowNodeApi. searchFlowNodes(Integer p, Integer c, List<String> f, String o, String s)Finds FlowNodes Finds FlowNodes with pagination params and filters - can order on `name`, `displayName`, `state`, `processDefinitionId`, `parentProcessInstanceId`, `parentActivityInstanceId` (if the retrieved flow nodes are activities, order by parent activity id), `rootProcessInstanceId`, `lastUpdateDate` - can search on any field that can be used to order results - can filter on `name`, `state`, `processId`, `parentProcessInstanceId`, `rootProcessInstanceId`, `last_update_date`List<FlowNode>FlowNodeApi. searchFlowNodes(Map<String,Object> queryParams)Finds FlowNodes Finds FlowNodes with pagination params and filters - can order on `name`, `displayName`, `state`, `processDefinitionId`, `parentProcessInstanceId`, `parentActivityInstanceId` (if the retrieved flow nodes are activities, order by parent activity id), `rootProcessInstanceId`, `lastUpdateDate` - can search on any field that can be used to order results - can filter on `name`, `state`, `processId`, `parentProcessInstanceId`, `rootProcessInstanceId`, `last_update_date` Note, this is equivalent to the othersearchFlowNodesmethod, but with the query parameters collected into a single Map parameter. -
Uses of FlowNode in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return FlowNode Modifier and Type Method Description FlowNodeFlowNode. actorId(String actorId)FlowNodeFlowNode. assignedDate(String assignedDate)FlowNodeFlowNode. assignedId(String assignedId)FlowNodeFlowNode. caseId(String caseId)FlowNodeFlowNode. description(String description)FlowNodeFlowNode. displayDescription(String displayDescription)FlowNodeFlowNode. displayName(String displayName)FlowNodeFlowNode. dueDate(String dueDate)FlowNodeFlowNode. executedBy(String executedBy)FlowNodeFlowNode. executedBySubstitute(String executedBySubstitute)FlowNodeFlowNode. id(String id)FlowNodeFlowNode. lastUpdateDate(String lastUpdateDate)FlowNodeFlowNode. name(String name)FlowNodeFlowNode. parentCaseId(String parentCaseId)FlowNodeFlowNode. parentTaskIdDoubleQuote(String parentTaskIdDoubleQuote)FlowNodeFlowNode. priority(String priority)FlowNodeFlowNode. processId(String processId)FlowNodeFlowNode. reachedStateDate(String reachedStateDate)FlowNodeFlowNode. rootCaseId(String rootCaseId)FlowNodeFlowNode. rootContainerId(String rootContainerId)FlowNodeFlowNode. state(String state)FlowNodeFlowNode. type(String type)
-