Class ProcessModelWebService
java.lang.Object
com.appiancorp.suiteapi.process.webservices.ProcessModelWebService
Bean for process model web service
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Integer
Sort constant for service descriptionstatic final Integer
Sort constant for service namestatic final Integer
Sort constant for process model IDstatic final Integer
Sort constant for process model namestatic final Integer
Sort constant for service UUID -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the process model idGets the process model nameGets the service descriptionGets the service nameGet the service uuidvoid
setProcessModelId
(Long processModelId_) Sets the process model idvoid
setProcessModelName
(String processModelName_) Sets the process model namevoid
setServiceDescription
(String serviceDescription_) Sets the service descriptionvoid
setServiceName
(String serviceName_) Sets the service namevoid
setServiceUuid
(String serviceUuid_) Sets the service uuid
-
Field Details
-
SORT_BY_UUID
Sort constant for service UUID -
SORT_BY_NAME
Sort constant for service name -
SORT_BY_DESCRIPTION
Sort constant for service description -
SORT_BY_PROCESSMODEL_ID
Sort constant for process model ID -
SORT_BY_PROCESSMODEL_NAME
Sort constant for process model name
-
-
Constructor Details
-
ProcessModelWebService
public ProcessModelWebService()
-
-
Method Details
-
getProcessModelId
Gets the process model id- Returns:
- the process model id
-
setProcessModelId
Sets the process model id- Parameters:
processModelId_
- the process model id to set- See Also:
-
getProcessModelName
Gets the process model name- Returns:
- the process model name
-
setProcessModelName
Sets the process model name- Parameters:
processModelName_
- the process model name to set- See Also:
-
getServiceDescription
Gets the service description- Returns:
- the service description
-
setServiceDescription
Sets the service description- Parameters:
serviceDescription_
- the service description to set- See Also:
-
getServiceName
Gets the service name- Returns:
- the service name
-
setServiceName
Sets the service name- Parameters:
serviceName_
- the service name to set- See Also:
-
getServiceUuid
@ConvertWith(com.appiancorp.kougar.mapper.parameters.UuidParameterConverter.class) public String getServiceUuid()Get the service uuid- Returns:
- the service uuid
-
setServiceUuid
Sets the service uuid- Parameters:
serviceUuid_
- the service uuid to set- See Also:
-