Uses of Interface
org.activiti.engine.runtime.DataObject
Packages that use DataObject
-
Uses of DataObject in org.activiti.engine
Methods in org.activiti.engine that return DataObjectModifier and TypeMethodDescriptionRuntimeService.getDataObject(String executionId, String dataObject) The DataObject.RuntimeService.getDataObject(String executionId, String dataObjectName, String locale, boolean withLocalizationFallback) The DataObject.TaskService.getDataObject(String taskId, String dataObject) The DataObject.TaskService.getDataObject(String taskId, String dataObjectName, String locale, boolean withLocalizationFallback) The DataObject.RuntimeService.getDataObjectLocal(String executionId, String dataObjectName) The DataObject for an execution.RuntimeService.getDataObjectLocal(String executionId, String dataObjectName, String locale, boolean withLocalizationFallback) The DataObject for an execution.Methods in org.activiti.engine that return types with arguments of type DataObjectModifier and TypeMethodDescriptionRuntimeService.getDataObjects(String executionId) All DataObjects visible from the given execution scope (including parent scopes).RuntimeService.getDataObjects(String executionId, String locale, boolean withLocalizationFallback) All DataObjects visible from the given execution scope (including parent scopes).RuntimeService.getDataObjects(String executionId, Collection<String> dataObjectNames) The DataObjects for all given dataObjectNames, takes all dataObjects into account which are visible from the given execution scope (including parent scopes).RuntimeService.getDataObjects(String executionId, Collection<String> dataObjectNames, String locale, boolean withLocalizationFallback) The DataObjects for all given dataObjectNames, takes all dataObjects into account which are visible from the given execution scope (including parent scopes).TaskService.getDataObjects(String taskId) All DataObjects visible from the given execution scope (including parent scopes).TaskService.getDataObjects(String taskId, String locale, boolean withLocalizationFallback) All DataObjects visible from the given task scope (including parent scopes).TaskService.getDataObjects(String taskId, Collection<String> dataObjectNames) The DataObjects for all given dataObjectNames, takes all dataObjects into account which are visible from the given task scope (including parent scopes).TaskService.getDataObjects(String taskId, Collection<String> dataObjectNames, String locale, boolean withLocalizationFallback) The DataObjects for all given dataObjectNames, takes all dataObjects into account which are visible from the given task scope (including parent scopes).RuntimeService.getDataObjectsLocal(String executionId) All DataObject values that are defined in the execution scope, without taking outer scopes into account.RuntimeService.getDataObjectsLocal(String executionId, String locale, boolean withLocalizationFallback) All DataObject values that are defined in the execution scope, without taking outer scopes into account.RuntimeService.getDataObjectsLocal(String executionId, Collection<String> dataObjects) The DataObjects for the given dataObjectNames only taking the given execution scope into account, not looking in outer scopes.RuntimeService.getDataObjectsLocal(String executionId, Collection<String> dataObjectNames, String locale, boolean withLocalizationFallback) The DataObjects for the given dataObjectNames only taking the given execution scope into account, not looking in outer scopes. -
Uses of DataObject in org.activiti.engine.impl
Classes in org.activiti.engine.impl that implement DataObjectMethods in org.activiti.engine.impl that return DataObjectModifier and TypeMethodDescriptionRuntimeServiceImpl.getDataObject(String executionId, String dataObject) RuntimeServiceImpl.getDataObject(String executionId, String dataObjectName, String locale, boolean withLocalizationFallback) TaskServiceImpl.getDataObject(String taskId, String dataObject) TaskServiceImpl.getDataObject(String taskId, String dataObjectName, String locale, boolean withLocalizationFallback) RuntimeServiceImpl.getDataObjectLocal(String executionId, String dataObjectName) RuntimeServiceImpl.getDataObjectLocal(String executionId, String dataObjectName, String locale, boolean withLocalizationFallback) Methods in org.activiti.engine.impl that return types with arguments of type DataObjectModifier and TypeMethodDescriptionRuntimeServiceImpl.getDataObjects(String executionId) RuntimeServiceImpl.getDataObjects(String executionId, String locale, boolean withLocalizationFallback) RuntimeServiceImpl.getDataObjects(String executionId, Collection<String> dataObjectNames) RuntimeServiceImpl.getDataObjects(String executionId, Collection<String> dataObjectNames, String locale, boolean withLocalizationFallback) TaskServiceImpl.getDataObjects(String taskId) TaskServiceImpl.getDataObjects(String taskId, String locale, boolean withLocalizationFallback) TaskServiceImpl.getDataObjects(String taskId, Collection<String> dataObjectNames) TaskServiceImpl.getDataObjects(String taskId, Collection<String> dataObjectNames, String locale, boolean withLocalizationFallback) RuntimeServiceImpl.getDataObjectsLocal(String executionId) RuntimeServiceImpl.getDataObjectsLocal(String executionId, String locale, boolean withLocalizationFallback) RuntimeServiceImpl.getDataObjectsLocal(String executionId, Collection<String> dataObjects) RuntimeServiceImpl.getDataObjectsLocal(String executionId, Collection<String> dataObjectNames, String locale, boolean withLocalizationFallback) -
Uses of DataObject in org.activiti.engine.impl.cmd
Methods in org.activiti.engine.impl.cmd that return DataObjectModifier and TypeMethodDescriptionGetDataObjectCmd.execute(CommandContext commandContext) GetTaskDataObjectCmd.execute(CommandContext commandContext) Methods in org.activiti.engine.impl.cmd that return types with arguments of type DataObjectModifier and TypeMethodDescriptionGetDataObjectsCmd.execute(CommandContext commandContext) GetTaskDataObjectsCmd.execute(CommandContext commandContext)