Uses of Class
de.aristaflow.ilm.model.common.AfConfiguration
-
-
Uses of AfConfiguration in de.aristaflow.ilm.model.common
Subclasses of AfConfiguration in de.aristaflow.ilm.model.common Modifier and Type Class Description classActivityConfigurationMethods in de.aristaflow.ilm.model.common with type parameters of type AfConfiguration Modifier and Type Method Description protected static <T extends Configuration,I extends AfConfiguration>
ITransformation. fillConfiguration(T conf, I ret)Methods in de.aristaflow.ilm.model.common that return AfConfiguration Modifier and Type Method Description static AfConfigurationTransformation. toIlm(Configuration conf)Methods in de.aristaflow.ilm.model.common that return types with arguments of type AfConfiguration Modifier and Type Method Description static Pair<AfConfiguration,ActivityConfExtension>Transformation. toIlmExt(ActivityConfiguration conf)Methods in de.aristaflow.ilm.model.common with parameters of type AfConfiguration Modifier and Type Method Description static ConfigurationTransformation. fromIlm(CommonModelFactory cmf, AfConfiguration conf)static ActivityConfigurationTransformation. fromIlm(CommonModelFactory cmf, AfConfiguration conf, ActivityConfExtension confExt) -
Uses of AfConfiguration in de.aristaflow.ilm.model.execution
Fields in de.aristaflow.ilm.model.execution declared as AfConfiguration Modifier and Type Field Description @NotNull @Valid AfConfigurationExecutableBusinessProcessInstance. conf -
Uses of AfConfiguration in de.aristaflow.ilm.model.processmodel
Fields in de.aristaflow.ilm.model.processmodel declared as AfConfiguration Modifier and Type Field Description @Valid AfConfigurationExecutableBusinessProcess. confValues@Valid AfConfigurationTemplate. confValues@Valid AfConfigurationExecutableBusinessProcess. testConfValues@Valid AfConfigurationTemplate. testConfValues -
Uses of AfConfiguration in de.aristaflow.ilm.ws.core.globalprovider
Methods in de.aristaflow.ilm.ws.core.globalprovider that return AfConfiguration Modifier and Type Method Description AfConfigurationGlobalUserConfigurationWebService. getConfiguration(@NotNull @Valid SessionToken session, @NotEmpty String namespace, @NotNull Long agentId, @NotNull Long orgPosId)AfConfigurationGlobalUserConfigurationWebService. getGlobalConfiguration(@NotNull @Valid SessionToken session, @NotEmpty String namespace)Methods in de.aristaflow.ilm.ws.core.globalprovider with parameters of type AfConfiguration Modifier and Type Method Description voidGlobalUserConfigurationWebService. setConfiguration(@NotNull @Valid SessionToken session, @NotEmpty String namespace, @NotNull Long agentId, @NotNull Long orgPosId, @Valid AfConfiguration conf)voidGlobalUserConfigurationWebService. setGlobalConfiguration(@NotNull @Valid SessionToken session, @NotEmpty String namespace, @Valid AfConfiguration conf) -
Uses of AfConfiguration in de.aristaflow.ilm.ws.rest.core.executionmanager
Methods in de.aristaflow.ilm.ws.rest.core.executionmanager with parameters of type AfConfiguration Modifier and Type Method Description voidExecutionManagerRest. addAfConfigurationToModel(AfConfiguration afc)This method just serves to add its parameter to the OpenAPI model, e. g. -
Uses of AfConfiguration in de.aristaflow.ilm.ws.rest.core.globalprovider
Methods in de.aristaflow.ilm.ws.rest.core.globalprovider that return AfConfiguration Modifier and Type Method Description @Valid AfConfigurationGlobalUserConfigurationRest. getConfiguration(@NotNull String namespace, @NotNull Long agentId, @NotNull Long orgPosId)@Valid AfConfigurationGlobalUserConfigurationRest. getGlobalConfiguration(@NotNull String namespace)Methods in de.aristaflow.ilm.ws.rest.core.globalprovider with parameters of type AfConfiguration Modifier and Type Method Description protected voidGlobalUserConfigurationRest. _setConfiguration(String namespace, Long agentId, Long orgPosId, AfConfiguration conf)protected voidGlobalUserConfigurationRest. _setGlobalConfiguration(String namespace, AfConfiguration conf)voidGlobalUserConfigurationRest. setConfiguration(@NotNull String namespace, @NotNull Long agentId, @NotNull Long orgPosId, @NotNull @Valid AfConfiguration conf)voidGlobalUserConfigurationRest. setGlobalConfiguration(@NotNull String namespace, @NotNull @Valid AfConfiguration conf) -
Uses of AfConfiguration in de.aristaflow.ilm.ws.rest.core.resmodelmanager
Methods in de.aristaflow.ilm.ws.rest.core.resmodelmanager with parameters of type AfConfiguration Modifier and Type Method Description voidResModelManagerRest. addAfConfigurationToModel(AfConfiguration afc)This method just serves to add its parameter to the OpenAPI model, e. -
Uses of AfConfiguration in de.aristaflow.ilm.ws.rest.core.worklistmanager
Methods in de.aristaflow.ilm.ws.rest.core.worklistmanager with parameters of type AfConfiguration Modifier and Type Method Description voidWorklistManagerRest. addAfConfigurationToModel(AfConfiguration afc)This method just serves to add its parameter to the OpenAPI model, e.
-