Uses of Class
org.bonitasoft.web.client.model.ArchivedActivityVariable
Packages that use ArchivedActivityVariable
-
Uses of ArchivedActivityVariable in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return ArchivedActivityVariableModifier and TypeMethodDescriptionArchivedActivityVariableApi.getArchivedActivityInstanceVariable(String id, String variableName) Finds the ArchivedActivityVariable by case ID and name Since 2022.1 Returns the single ArchivedActivityVariable for the given activity ID and variable nameMethods in org.bonitasoft.web.client.api that return types with arguments of type ArchivedActivityVariableModifier and TypeMethodDescriptionArchivedActivityVariableApi.getArchivedActivityInstanceVariableWithHttpInfo(String id, String variableName) Finds the ArchivedActivityVariable by case ID and name Similar togetArchivedActivityInstanceVariablebut it also returns the http response headers . -
Uses of ArchivedActivityVariable in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return ArchivedActivityVariableModifier and TypeMethodDescriptionArchivedActivityVariable.archivedDate(String archivedDate) ArchivedActivityVariable.containerId(String containerId) ArchivedActivityVariable.containerType(String containerType) ArchivedActivityVariable.description(String description) ArchivedActivityVariable.sourcedObjectId(String sourcedObjectId)