Uses of Class
de.aristaflow.ilm.model.execution.InputDataContext
-
-
Uses of InputDataContext in de.aristaflow.ilm.model.execution
Fields in de.aristaflow.ilm.model.execution declared as InputDataContext Modifier and Type Field Description @Valid InputDataContextExecutableBusinessProcessInstance. attachedDataContext@Valid InputDataContextProcessNodeContext. paramDataContextMethods in de.aristaflow.ilm.model.execution with type parameters of type InputDataContext Modifier and Type Method Description static <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 InputDataContext Modifier and Type Method Description static InputDataContextTransformation. toIlm(ParameterDataContext pdc, Logger logger)Methods in de.aristaflow.ilm.model.execution with parameters of type InputDataContext Modifier and Type Method Description static 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 Modifier and Type Class Description classDataContext -
Uses of InputDataContext in de.aristaflow.ilm.model.worklistmodel
Fields in de.aristaflow.ilm.model.worklistmodel declared as InputDataContext Modifier and Type Field Description @Valid InputDataContextAdministrativeWorklistItem. attachedDataContext -
Uses of InputDataContext in de.aristaflow.ilm.ws.core.executionmanager
Methods in de.aristaflow.ilm.ws.core.executionmanager that return InputDataContext Modifier and Type Method Description @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 InputDataContext Modifier and Type Method Description @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 InputDataContext Modifier and Type Method Description @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 InputDataContext Modifier and Type Method Description @NotNull @Valid InputDataContextWorklistUpdateManagerRest. getAttachedDataContext(@NotNull UUID itemId)
-