Uses of Class
de.aristaflow.ilm.model.common.AfConfiguration
Packages that use AfConfiguration
Package
Description
-
Uses of AfConfiguration in de.aristaflow.ilm.model.common
Subclasses of AfConfiguration in de.aristaflow.ilm.model.commonMethods in de.aristaflow.ilm.model.common with type parameters of type AfConfigurationModifier and TypeMethodDescriptionprotected static <T extends Configuration,I extends AfConfiguration>
ITransformation.fillConfiguration(T conf, I ret) Methods in de.aristaflow.ilm.model.common that return AfConfigurationModifier and TypeMethodDescriptionstatic AfConfigurationTransformation.toIlm(Configuration conf) Methods in de.aristaflow.ilm.model.common that return types with arguments of type AfConfigurationModifier and TypeMethodDescriptionstatic Pair<AfConfiguration,ActivityConfExtension> Transformation.toIlmExt(ActivityConfiguration conf) Methods in de.aristaflow.ilm.model.common with parameters of type AfConfigurationModifier and TypeMethodDescriptionstatic 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 AfConfigurationModifier and TypeFieldDescription@NotNull @Valid AfConfigurationExecutableBusinessProcessInstance.conf -
Uses of AfConfiguration in de.aristaflow.ilm.model.processmodel
Fields in de.aristaflow.ilm.model.processmodel declared as AfConfigurationModifier and TypeFieldDescription@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 AfConfigurationModifier and TypeMethodDescriptionGlobalUserConfigurationWebService.getConfiguration(@NotNull @Valid SessionToken session, @NotEmpty String namespace, @NotNull Long agentId, @NotNull Long orgPosId) GlobalUserConfigurationWebService.getGlobalConfiguration(@NotNull @Valid SessionToken session, @NotEmpty String namespace) Methods in de.aristaflow.ilm.ws.core.globalprovider with parameters of type AfConfigurationModifier and TypeMethodDescriptionvoidGlobalUserConfigurationWebService.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 AfConfigurationModifier and TypeMethodDescriptionvoidExecutionManagerRest.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 AfConfigurationModifier and TypeMethodDescription@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 AfConfigurationModifier and TypeMethodDescriptionprotected 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 AfConfigurationModifier and TypeMethodDescriptionvoidResModelManagerRest.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 AfConfigurationModifier and TypeMethodDescriptionvoidWorklistManagerRest.addAfConfigurationToModel(AfConfiguration afc) This method just serves to add its parameter to the OpenAPI model, e.