Uses of Class
org.bonitasoft.web.client.model.ArchivedFlowNode
Packages that use ArchivedFlowNode
-
Uses of ArchivedFlowNode in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return ArchivedFlowNodeModifier and TypeMethodDescriptionArchivedFlowNodeApi.getArchivedFlowNodeById(String id) Finds the ArchivedFlowNode by ID Returns the single ArchivedFlowNode for the given IDMethods in org.bonitasoft.web.client.api that return types with arguments of type ArchivedFlowNodeModifier and TypeMethodDescriptionArchivedFlowNodeApi.getArchivedFlowNodeByIdWithHttpInfo(String id) Finds the ArchivedFlowNode by ID Similar togetArchivedFlowNodeByIdbut it also returns the http response headers .ArchivedFlowNodeApi.searchArchivedFlowNodes(Integer p, Integer c, List<String> f, String o, String s) Finds ArchivedFlowNodes Finds ArchivedFlowNodes with pagination params and filters - can order on `name`, `displayName`, `state`, `type`, `isTerminal`, `processId`, `caseId`, `archivedDate` - can search on any field that can be used to order results - can filter on `name`, `displayName`, `state`, `stateId`, `kind`, `terminal`, `processDefinitionId`, `parentProcessInstanceId`, `rootProcessInstanceId`, `parentActivityInstanceId`, `archivedDate`, `reachedStateDate`, `sourceObjectId`ArchivedFlowNodeApi.searchArchivedFlowNodes(ArchivedFlowNodeApi.SearchArchivedFlowNodesQueryParams queryParams) Finds ArchivedFlowNodes Finds ArchivedFlowNodes with pagination params and filters - can order on `name`, `displayName`, `state`, `type`, `isTerminal`, `processId`, `caseId`, `archivedDate` - can search on any field that can be used to order results - can filter on `name`, `displayName`, `state`, `stateId`, `kind`, `terminal`, `processDefinitionId`, `parentProcessInstanceId`, `rootProcessInstanceId`, `parentActivityInstanceId`, `archivedDate`, `reachedStateDate`, `sourceObjectId` Note, this is equivalent to the othersearchArchivedFlowNodesmethod, but with the query parameters collected into a single Map parameter.ArchivedFlowNodeApi.searchArchivedFlowNodesWithHttpInfo(Integer p, Integer c, List<String> f, String o, String s) Finds ArchivedFlowNodes Similar tosearchArchivedFlowNodesbut it also returns the http response headers .ArchivedFlowNodeApi.searchArchivedFlowNodesWithHttpInfo(ArchivedFlowNodeApi.SearchArchivedFlowNodesQueryParams queryParams) Finds ArchivedFlowNodes Finds ArchivedFlowNodes with pagination params and filters - can order on `name`, `displayName`, `state`, `type`, `isTerminal`, `processId`, `caseId`, `archivedDate` - can search on any field that can be used to order results - can filter on `name`, `displayName`, `state`, `stateId`, `kind`, `terminal`, `processDefinitionId`, `parentProcessInstanceId`, `rootProcessInstanceId`, `parentActivityInstanceId`, `archivedDate`, `reachedStateDate`, `sourceObjectId` Note, this is equivalent to the othersearchArchivedFlowNodesthat receives the query parameters as a map, but this one also exposes the Http response headers -
Uses of ArchivedFlowNode in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return ArchivedFlowNodeModifier and TypeMethodDescriptionArchivedFlowNode.archivedDate(String archivedDate) ArchivedFlowNode.assignedDate(String assignedDate) ArchivedFlowNode.assignedId(String assignedId) ArchivedFlowNode.description(String description) ArchivedFlowNode.displayDescription(String displayDescription) ArchivedFlowNode.displayName(String displayName) ArchivedFlowNode.executedBy(String executedBy) ArchivedFlowNode.executedBySubstitute(String executedBySubstitute) ArchivedFlowNode.lastUpdateDate(String lastUpdateDate) ArchivedFlowNode.parentCaseId(String parentCaseId) ArchivedFlowNode.parentTaskId(String parentTaskId) ArchivedFlowNode.reachedStateDate(String reachedStateDate) ArchivedFlowNode.rootCaseId(String rootCaseId) ArchivedFlowNode.rootContainerId(String rootContainerId) ArchivedFlowNode.sourceObjectId(String sourceObjectId)