Interface DocumentWorkflowSignaturesField
- All Superinterfaces:
CanRender<Renderer<? extends Renderer<?>>>,Field,Iterable<DocumentWorkflowSignature>,IterableField<DocumentWorkflowSignature>,IterableWithSize<DocumentWorkflowSignature>,WorkflowSignaturesField<DocumentWorkflowSignature>
public interface DocumentWorkflowSignaturesField
extends WorkflowSignaturesField<DocumentWorkflowSignature>
- Since:
- 3.10.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns users that are allowed to sign target document.
It counts with a custom set permissions that can be defined for target document.Methods inherited from interface com.polarion.alm.shared.api.model.fields.Field
can, compareWith, description, id, is, labelMethods inherited from interface java.lang.Iterable
forEach, iterator, spliteratorMethods inherited from interface com.polarion.alm.shared.api.model.fields.IterableField
renderMethods inherited from interface com.polarion.alm.shared.api.utils.collections.IterableWithSize
addAllTo, isEmpty, size, toArray, toArrayListMethods inherited from interface com.polarion.alm.shared.api.model.signatures.WorkflowSignaturesField
sortedWorkflowSignatures, verdictEnumeration, workflowSignature
-
Method Details
-
documentSigners
Returns users that are allowed to sign target document.
It counts with a custom set permissions that can be defined for target document.- Returns:
- users sorted by name
-