Uses of Class
de.aristaflow.ilm.model.execution.InputDataContext
Packages that use InputDataContext
Package
Description
-
Uses of InputDataContext in de.aristaflow.ilm.model.execution
Fields in de.aristaflow.ilm.model.execution declared as InputDataContextModifier and TypeFieldDescription@Valid InputDataContextExecutableBusinessProcessInstance.attachedDataContext@Valid InputDataContextProcessNodeContext.paramDataContextMethods in de.aristaflow.ilm.model.execution with type parameters of type InputDataContextModifier and TypeMethodDescriptionstatic <T extends InputDataContext,I extends InputDataContext>
ITransformation.fillInputDataContext(T idc, Map<String, ProcessConstants.AdeptDataType> params, I ret, Logger logger) Methods in de.aristaflow.ilm.model.execution that return InputDataContextModifier and TypeMethodDescriptionstatic InputDataContextTransformation.toIlm(ParameterDataContext pdc, Logger logger) Methods in de.aristaflow.ilm.model.execution with parameters of type InputDataContextModifier and TypeMethodDescriptionstatic ParameterDataContextTransformation.fromIlm(ExecutionFactory ef, InputDataContext idc) Deprecated, for removal: This API element is subject to removal in a future version.static ParameterDataContextTransformation.fromIlm(ExecutionFactory ef, InputDataContext idc, Logger logger) -
Uses of InputDataContext in de.aristaflow.ilm.model.runtimeenvironment
Subclasses of InputDataContext in de.aristaflow.ilm.model.runtimeenvironment -
Uses of InputDataContext in de.aristaflow.ilm.model.worklistmodel
Fields in de.aristaflow.ilm.model.worklistmodel declared as InputDataContextModifier and TypeFieldDescription@Valid InputDataContextAdministrativeWorklistItem.attachedDataContext -
Uses of InputDataContext in de.aristaflow.ilm.ws.core.executionmanager
Methods in de.aristaflow.ilm.ws.core.executionmanager that return InputDataContextModifier and TypeMethodDescription@NotNull @Valid InputDataContextInstanceControlWebService.getPublicDataContext(@NotNull @Valid SessionToken session, @NotNull UUID instId) -
Uses of InputDataContext in de.aristaflow.ilm.ws.core.worklistmanager
Methods in de.aristaflow.ilm.ws.core.worklistmanager that return InputDataContextModifier and TypeMethodDescription@NotNull @Valid InputDataContextWorklistUpdateManagerWebService.getAttachedDataContext(@NotNull @Valid SessionToken session, @NotNull UUID itemId) -
Uses of InputDataContext in de.aristaflow.ilm.ws.rest.core.executionmanager
Methods in de.aristaflow.ilm.ws.rest.core.executionmanager that return InputDataContextModifier and TypeMethodDescription@NotNull @Valid InputDataContextInstanceControlRest.getPublicDataContext(@NotNull UUID instId) -
Uses of InputDataContext in de.aristaflow.ilm.ws.rest.core.worklistmanager
Methods in de.aristaflow.ilm.ws.rest.core.worklistmanager that return InputDataContextModifier and TypeMethodDescription@NotNull @Valid InputDataContextWorklistUpdateManagerRest.getAttachedDataContext(@NotNull UUID itemId)
Transformation.fromIlm(ExecutionFactory, InputDataContext, Logger)instead.