Package com.polarion.alm.tracker.model
Interface IApprovalStruct
- All Superinterfaces:
IChangeGenerator
,IChangeListener
,IHasCustomValues
,IHasValues
,IStructure
Typed interface for the work item approval structure.
- Author:
- dobisekm
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetUser()
The user field is read-only here, since it's primary key of this structure.void
void
setStatus
(IApprovalStatusOpt newStatus) Methods inherited from interface com.polarion.platform.persistence.model.IChangeGenerator
setChangeOwner
Methods inherited from interface com.polarion.platform.persistence.model.IChangeListener
markChanged
Methods inherited from interface com.polarion.platform.persistence.model.IHasCustomValues
getCustomField, getCustomFieldPrototype, getCustomFieldsList, setCustomField
Methods inherited from interface com.polarion.platform.persistence.model.IStructure
getEnumeration, getEnumerationOptionForField, getEnumerationTypeForField, getPrototype, getValue, isModified, isReadOnly, isReadOnly, setValue
-
Field Details
-
KEY_USER
- See Also:
-
KEY_STATUS
- See Also:
-
KEY_SECURE_APPROVAL_COMMENT_ID
- Since:
- 3.18.2
- See Also:
-
ENUM_ID_APPROVALS_STATUS
- See Also:
-
-
Method Details
-
getUser
IUser getUser()The user field is read-only here, since it's primary key of this structure. -
getStatus
IApprovalStatusOpt getStatus() -
setStatus
-
getSecureApprovalCommentId
- Since:
- 3.18.2
-
setSecureApprovalCommentId
- Since:
- 3.18.2
-