Uses of Class
de.aristaflow.ilm.model.processmodel.ExecutableBusinessProcess
-
-
Uses of ExecutableBusinessProcess in de.aristaflow.ilm.model.processmodel
Subclasses of ExecutableBusinessProcess in de.aristaflow.ilm.model.processmodel Modifier and Type Class Description class
Activity
class
DecisionActivity
class
EmbeddedProcess
class
LightWeightProcess
class
ReferencedProcess
class
VariableParallelismEbp
Fields in de.aristaflow.ilm.model.processmodel declared as ExecutableBusinessProcess Modifier and Type Field Description @Valid ExecutableBusinessProcess
Node. ebp
Methods in de.aristaflow.ilm.model.processmodel with type parameters of type ExecutableBusinessProcess Modifier and Type Method Description protected static <T extends ExecutableBusinessProcess,I extends ExecutableBusinessProcess>
ITransformation. fillEbp(T ebp, I ret)
Methods in de.aristaflow.ilm.model.processmodel that return ExecutableBusinessProcess Modifier and Type Method Description static ExecutableBusinessProcess
Transformation. toIlm(ExecutableBusinessProcess ebp)
Methods in de.aristaflow.ilm.model.processmodel with parameters of type ExecutableBusinessProcess Modifier and Type Method Description static ExecutableBusinessProcess
Transformation. fromIlm(ProcessModelFactory pmf, ExecutableBusinessProcess ebp, UUID parentId)
-
Uses of ExecutableBusinessProcess in de.aristaflow.ilm.ws.rest.core.processimagerenderer
Methods in de.aristaflow.ilm.ws.rest.core.processimagerenderer with parameters of type ExecutableBusinessProcess Modifier and Type Method Description void
ProcessImageRendererRest. addExecutableBusinessProcessToModel(ExecutableBusinessProcess ebp)
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.void
SimpleProcessImageRendererRest. addExecutableBusinessProcessToModel(ExecutableBusinessProcess ebp)
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 ExecutableBusinessProcess in de.aristaflow.ilm.ws.rest.core.processmanager
Methods in de.aristaflow.ilm.ws.rest.core.processmanager with parameters of type ExecutableBusinessProcess Modifier and Type Method Description void
ProcessManagerRest. addExecutableBusinessProcessToModel(ExecutableBusinessProcess ebp)
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 ExecutableBusinessProcess in de.aristaflow.ilm.ws.rest.core.resmodelmanager
Methods in de.aristaflow.ilm.ws.rest.core.resmodelmanager with parameters of type ExecutableBusinessProcess Modifier and Type Method Description void
ResModelManagerRest. addExecutableBusinessProcessToModel(ExecutableBusinessProcess ebp)
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.
-