Class NotifWorkflowRequest
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model2.notification.pojos.NotifWorkflowRequest
- All Implemented Interfaces:
Serializable
Represents a FlexDeploy workflow request. For use within Notification Templates.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotifWorkflowRequest(WorkflowRequestDataObject pDataObject) Create an instance of this object from the information stored in the database. -
Method Summary
Modifier and TypeMethodDescriptiongetId()Returns the internal identifier of the workflow request.Returns the package name associated with this Workflow Request.Returns the internal identifier of the workflow request's project.Returns the name of the workflow request's project.Returns the project version of the workflow request.Returns the status name of the workflow request.Returns the stream for the workflow request's project.
-
Constructor Details
-
NotifWorkflowRequest
Create an instance of this object from the information stored in the database.- Parameters:
pDataObject- The data from the database.
-
-
Method Details
-
getId
Returns the internal identifier of the workflow request.- Returns:
- The internal identifier of the workflow request.
-
getStatus
Returns the status name of the workflow request.- Returns:
- The status name of the workflow request.
-
getProjectVersion
Returns the project version of the workflow request.- Returns:
- The project version of the workflow request.
- Throws:
SQLException- If the information cannot be retrieved from the database.
-
getStream
Returns the stream for the workflow request's project.- Returns:
- The stream for the workflow request's project.
- Throws:
SQLException- If the information cannot be retrieved from the database.
-
getProjectId
Returns the internal identifier of the workflow request's project.- Returns:
- The internal identifier of the Workflow Request's project.
-
getPackageName
Returns the package name associated with this Workflow Request. Null if not a partial deployment project.- Returns:
- The package name associated with this Workflow Request.
- Throws:
SQLException- If the information cannot be retrieved from the database.
-
getProjectName
Returns the name of the workflow request's project.- Returns:
- The name of the workflow request's project.
-