Class TemplateStatus
- java.lang.Object
-
- de.aristaflow.ilm.model.processmodel.TemplateStatus
-
- All Implemented Interfaces:
Serializable
public class TemplateStatus extends Object implements Serializable
- See Also:
TemplateStatus
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description @NotNull ProcessConstants.TemplateBuildtimeState
buildtimeState
@NotNull Boolean
derivable
String
derivableComment
@NotNull Boolean
spInstanceChangeable
String
spInstanceChangeableComment
@NotNull Boolean
spInstantiable
String
spInstantiableComment
@NotNull Boolean
spMigratableTo
String
spMigratableToComment
@NotNull Boolean
spOutdated
String
spOutdatedComment
@NotNull String
starterRule
@NotNull UUID
templId
@NotNull Boolean
tlInstanceChangeable
String
tlInstanceChangeableComment
@NotNull Boolean
tlInstantiable
String
tlInstantiableComment
@NotNull Boolean
tlMigratableTo
String
tlMigratableToComment
@NotNull Boolean
tlOutdated
String
tlOutdatedComment
@NotNull Boolean
tlUsable
@NotNull ProcessConstants.TemplateUsage
usageAsSubprocess
-
Constructor Summary
Constructors Constructor Description TemplateStatus()
-
-
-
Field Detail
-
templId
@NotNull public @NotNull UUID templId
-
starterRule
@NotNull public @NotNull String starterRule
-
tlUsable
@NotNull public @NotNull Boolean tlUsable
-
usageAsSubprocess
@NotNull public @NotNull ProcessConstants.TemplateUsage usageAsSubprocess
-
tlInstantiable
@NotNull public @NotNull Boolean tlInstantiable
-
tlInstantiableComment
public String tlInstantiableComment
-
spInstantiable
@NotNull public @NotNull Boolean spInstantiable
-
spInstantiableComment
public String spInstantiableComment
-
tlOutdated
@NotNull public @NotNull Boolean tlOutdated
-
tlOutdatedComment
public String tlOutdatedComment
-
spOutdated
@NotNull public @NotNull Boolean spOutdated
-
spOutdatedComment
public String spOutdatedComment
-
tlInstanceChangeable
@NotNull public @NotNull Boolean tlInstanceChangeable
-
tlInstanceChangeableComment
public String tlInstanceChangeableComment
-
spInstanceChangeable
@NotNull public @NotNull Boolean spInstanceChangeable
-
spInstanceChangeableComment
public String spInstanceChangeableComment
-
derivable
@NotNull public @NotNull Boolean derivable
-
derivableComment
public String derivableComment
-
tlMigratableTo
@NotNull public @NotNull Boolean tlMigratableTo
-
tlMigratableToComment
public String tlMigratableToComment
-
spMigratableTo
@NotNull public @NotNull Boolean spMigratableTo
-
spMigratableToComment
public String spMigratableToComment
-
buildtimeState
@NotNull public @NotNull ProcessConstants.TemplateBuildtimeState buildtimeState
-
-