Class ProcessModelWebService

java.lang.Object
com.appiancorp.suiteapi.process.webservices.ProcessModelWebService

public class ProcessModelWebService extends Object
Bean for process model web service
  • Field Details

    • SORT_BY_UUID

      public static final Integer SORT_BY_UUID
      Sort constant for service UUID
    • SORT_BY_NAME

      public static final Integer SORT_BY_NAME
      Sort constant for service name
    • SORT_BY_DESCRIPTION

      public static final Integer SORT_BY_DESCRIPTION
      Sort constant for service description
    • SORT_BY_PROCESSMODEL_ID

      public static final Integer SORT_BY_PROCESSMODEL_ID
      Sort constant for process model ID
    • SORT_BY_PROCESSMODEL_NAME

      public static final Integer SORT_BY_PROCESSMODEL_NAME
      Sort constant for process model name
  • Constructor Details

    • ProcessModelWebService

      public ProcessModelWebService()
  • Method Details

    • getProcessModelId

      public Long getProcessModelId()
      Gets the process model id
      Returns:
      the process model id
    • setProcessModelId

      public void setProcessModelId(Long processModelId_)
      Sets the process model id
      Parameters:
      processModelId_ - the process model id to set
      See Also:
    • getProcessModelName

      public String getProcessModelName()
      Gets the process model name
      Returns:
      the process model name
    • setProcessModelName

      public void setProcessModelName(String processModelName_)
      Sets the process model name
      Parameters:
      processModelName_ - the process model name to set
      See Also:
    • getServiceDescription

      public String getServiceDescription()
      Gets the service description
      Returns:
      the service description
    • setServiceDescription

      public void setServiceDescription(String serviceDescription_)
      Sets the service description
      Parameters:
      serviceDescription_ - the service description to set
      See Also:
    • getServiceName

      public String getServiceName()
      Gets the service name
      Returns:
      the service name
    • setServiceName

      public void setServiceName(String serviceName_)
      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

      public void setServiceUuid(String serviceUuid_)
      Sets the service uuid
      Parameters:
      serviceUuid_ - the service uuid to set
      See Also: