Package com.appiancorp.suiteapi.process
Class TaskDesignProperties
java.lang.Object
com.appiancorp.suiteapi.process.TaskDesignProperties
Holds a task's high level metadata during design time (i.e. in the process
modeler, not during execution.)
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetUuid()
void
setFriendlyName
(LocaleString friendlyName_) void
setProcessModelId
(Long processModelId_) void
setProcessModelName
(LocaleString processModelName_) void
setProcessModelUuid
(String processModelUuid) void
-
Field Details
-
SORT_BY_NAME
-
SORT_BY_UUID
-
SORT_BY_PROCESS_MODEL_ID
-
SORT_BY_PROCESS_MODEL_NAME
-
-
Constructor Details
-
TaskDesignProperties
public TaskDesignProperties()
-
-
Method Details
-
getFriendlyName
- Returns:
- Returns the friendlyName, which is the name the user chose for the node in the user's locale.
-
setFriendlyName
- Parameters:
friendlyName
- SeegetFriendlyName()
.
-
getProcessModelId
- Returns:
- Returns the processModelId.
-
setProcessModelId
- Parameters:
processModelId
- The processModelId to set.
-
getProcessModelUuid
- Returns:
- process model UUID of process model with id corresponding to getProcessModelId().
-
setProcessModelUuid
- Parameters:
processModelUuid
- The processModelUuid to set.
-
getProcessModelName
- Returns:
- Returns the processModelName in the user's locale.
-
setProcessModelName
- Parameters:
processModelName
- SeegetProcessModelName()
-
getUuid
@ConvertWith(com.appiancorp.kougar.mapper.parameters.UuidParameterConverter.class) public String getUuid()- Returns:
- Returns the uuid.
-
setUuid
- Parameters:
uuid
- The uuid to set.
-