Package com.appiancorp.suiteapi.process
Class ProcessModelProperties
java.lang.Object
com.appiancorp.suiteapi.common.Identity
com.appiancorp.suiteapi.process.ProcessModelProperties
- All Implemented Interfaces:
LocalId
,Serializable
- Direct Known Subclasses:
ProcessModelSummary
Holds the properties of a process model.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe designer is the user who last published or saved a new version of the process model.void
setDescription
(String description_) void
setDesigner
(String designer) The designer is set when the process model properties are retrieved from the system.void
setProcessModelVersionId
(String processModelVersionId_) toString()
Returns a string representation of theIdentity
.
-
Constructor Details
-
ProcessModelProperties
public ProcessModelProperties()
-
-
Method Details
-
getDesigner
The designer is the user who last published or saved a new version of the process model.- Returns:
- the username of the designer of this model
-
setDesigner
The designer is set when the process model properties are retrieved from the system.- Parameters:
designer
- the username of the designer- See Also:
-
getDescription
-
setDescription
-
getProcessModelVersionId
-
setProcessModelVersionId
-
toString
Description copied from class:Identity
Returns a string representation of theIdentity
. In general, the toString method returns a string that "textually represents" this object.
-