Uses of Class
org.bonitasoft.web.client.model.FlowNode
Packages that use FlowNode
-
Uses of FlowNode in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return FlowNodeModifier and TypeMethodDescriptionFlowNodeApi.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 FlowNodeModifier and TypeMethodDescriptionFlowNodeApi.getFlowNodeByIdWithHttpInfo(String id) Finds the FlowNode by ID Similar togetFlowNodeByIdbut it also returns the http response headers .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`FlowNodeApi.searchFlowNodes(FlowNodeApi.SearchFlowNodesQueryParams 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.Finds FlowNodes Similar tosearchFlowNodesbut it also returns the http response headers .FlowNodeApi.searchFlowNodesWithHttpInfo(FlowNodeApi.SearchFlowNodesQueryParams 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 othersearchFlowNodesthat receives the query parameters as a map, but this one also exposes the Http response headers -
Uses of FlowNode in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return FlowNodeModifier and TypeMethodDescriptionFlowNode.assignedDate(String assignedDate) FlowNode.assignedId(String assignedId) FlowNode.description(String description) FlowNode.displayDescription(String displayDescription) FlowNode.displayName(String displayName) FlowNode.executedBy(String executedBy) FlowNode.executedBySubstitute(String executedBySubstitute) FlowNode.lastUpdateDate(String lastUpdateDate) FlowNode.parentCaseId(String parentCaseId) FlowNode.parentTaskId(String parentTaskId) FlowNode.reachedStateDate(String reachedStateDate) FlowNode.rootCaseId(String rootCaseId) FlowNode.rootContainerId(String rootContainerId)