java.lang.Object | |
↳ | com.atlassian.jira.model.querydsl.WorkflowDTO |
Data Transfer Object for the Workflow entity.
Generated by the JIRA Querydsl code generation tool - https://bitbucket.org/atlassian/jira-querydsl-codegen/
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new instance of this Data Transfer object from the values in the given GenericValue.
| |||||||||||
Creates a GenericValue object from the values in this Data Transfer Object.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Constructs a new instance of this Data Transfer object from the values in the given GenericValue.
This can be useful when QueryDsl code needs to interact with legacy OfBiz code.
gv | the GenericValue |
---|
Creates a GenericValue object from the values in this Data Transfer Object.
This can be useful when QueryDsl code needs to interact with legacy OfBiz code.
ofBizDelegator | OfBizDelegator will have makeValue() called on it. |
---|