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 class
ActivityConfiguration
Methods 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 AfConfiguration
Transformation. 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 Configuration
Transformation. fromIlm(CommonModelFactory cmf, AfConfiguration conf)
static ActivityConfiguration
Transformation. 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 AfConfiguration
ExecutableBusinessProcessInstance. 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 AfConfiguration
ExecutableBusinessProcess. confValues
@Valid AfConfiguration
Template. confValues
@Valid AfConfiguration
ExecutableBusinessProcess. testConfValues
@Valid AfConfiguration
Template. 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 AfConfiguration
GlobalUserConfigurationWebService. getConfiguration(@NotNull @Valid SessionToken session, @NotEmpty String namespace, @NotNull Long agentId, @NotNull Long orgPosId)
AfConfiguration
GlobalUserConfigurationWebService. 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 void
GlobalUserConfigurationWebService. setConfiguration(@NotNull @Valid SessionToken session, @NotEmpty String namespace, @NotNull Long agentId, @NotNull Long orgPosId, @Valid AfConfiguration conf)
void
GlobalUserConfigurationWebService. 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 void
ExecutionManagerRest. addAfConfigurationToModel(AfConfiguration afc)
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model. -
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 AfConfiguration
GlobalUserConfigurationRest. getConfiguration(@NotNull String namespace, @NotNull Long agentId, @NotNull Long orgPosId)
@Valid AfConfiguration
GlobalUserConfigurationRest. getGlobalConfiguration(@NotNull String namespace)
Methods in de.aristaflow.ilm.ws.rest.core.globalprovider with parameters of type AfConfiguration Modifier and Type Method Description protected void
GlobalUserConfigurationRest. _setConfiguration(String namespace, Long agentId, Long orgPosId, AfConfiguration conf)
protected void
GlobalUserConfigurationRest. _setGlobalConfiguration(String namespace, AfConfiguration conf)
void
GlobalUserConfigurationRest. setConfiguration(@NotNull String namespace, @NotNull Long agentId, @NotNull Long orgPosId, @NotNull @Valid AfConfiguration conf)
void
GlobalUserConfigurationRest. 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 void
ResModelManagerRest. addAfConfigurationToModel(AfConfiguration afc)
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model. -
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 void
WorklistManagerRest. addAfConfigurationToModel(AfConfiguration afc)
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
-