public class ProcessModelWebService
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.Integer |
SORT_BY_DESCRIPTION
Sort constant for service description
|
static java.lang.Integer |
SORT_BY_NAME
Sort constant for service name
|
static java.lang.Integer |
SORT_BY_PROCESSMODEL_ID
Sort constant for process model ID
|
static java.lang.Integer |
SORT_BY_PROCESSMODEL_NAME
Sort constant for process model name
|
static java.lang.Integer |
SORT_BY_UUID
Sort constant for service UUID
|
Constructor and Description |
---|
ProcessModelWebService() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getProcessModelId()
Gets the process model id
|
java.lang.String |
getProcessModelName()
Gets the process model name
|
java.lang.String |
getServiceDescription()
Gets the service description
|
java.lang.String |
getServiceName()
Gets the service name
|
java.lang.String |
getServiceUuid()
Get the service uuid
|
void |
setProcessModelId(java.lang.Long processModelId_)
Sets the process model id
|
void |
setProcessModelName(java.lang.String processModelName_)
Sets the process model name
|
void |
setServiceDescription(java.lang.String serviceDescription_)
Sets the service description
|
void |
setServiceName(java.lang.String serviceName_)
Sets the service name
|
void |
setServiceUuid(java.lang.String serviceUuid_)
Sets the service uuid
|
public static final java.lang.Integer SORT_BY_UUID
public static final java.lang.Integer SORT_BY_NAME
public static final java.lang.Integer SORT_BY_DESCRIPTION
public static final java.lang.Integer SORT_BY_PROCESSMODEL_ID
public static final java.lang.Integer SORT_BY_PROCESSMODEL_NAME
public java.lang.Long getProcessModelId()
public void setProcessModelId(java.lang.Long processModelId_)
processModelId_
- the process model id to setgetProcessModelId()
public java.lang.String getProcessModelName()
public void setProcessModelName(java.lang.String processModelName_)
processModelName_
- the process model name to setgetProcessModelName()
public java.lang.String getServiceDescription()
public void setServiceDescription(java.lang.String serviceDescription_)
serviceDescription_
- the service description to setgetServiceDescription()
public java.lang.String getServiceName()
public void setServiceName(java.lang.String serviceName_)
serviceName_
- the service name to setgetServiceName()
@ConvertWith(value=com.appiancorp.kougar.mapper.parameters.UuidParameterConverter.class) public java.lang.String getServiceUuid()
public void setServiceUuid(java.lang.String serviceUuid_)
serviceUuid_
- the service uuid to setgetServiceUuid()
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.