Package org.flowable.ui.modeler.model
Class ReviveModelResultRepresentation.UnresolveModelRepresentation
- java.lang.Object
-
- org.flowable.ui.modeler.model.ReviveModelResultRepresentation.UnresolveModelRepresentation
-
- Enclosing class:
- ReviveModelResultRepresentation
public static class ReviveModelResultRepresentation.UnresolveModelRepresentation extends Object
-
-
Constructor Summary
Constructors Constructor Description UnresolveModelRepresentation(String id, String name, String createdBy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCreatedBy()StringgetId()StringgetName()voidsetCreatedBy(String createdBy)voidsetId(String id)voidsetName(String name)
-