Class ModelIdentifier<M>
- java.lang.Object
-
- org.activiti.cloud.acc.modeling.modeling.ModelIdentifier<M>
-
- All Implemented Interfaces:
Predicate<M>,ModelingIdentifier<M>
public class ModelIdentifier<M> extends Object implements ModelingIdentifier<M>
Modeling model identifier
-
-
Constructor Summary
Constructors Constructor Description ModelIdentifier(String modelName, String modelType)ModelIdentifier(String modelName, String modelType, String modelVersion)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ModelIdentifieridentified(String modelName, String modelType)static ModelIdentifieridentified(String modelName, String modelType, String modelVersion)booleantest(M modelingContext)
-
-
-
Method Detail
-
identified
public static ModelIdentifier identified(String modelName, String modelType)
-
identified
public static ModelIdentifier identified(String modelName, String modelType, String modelVersion)
-
-