Uses of Class
com.fluig.sdk.api.document.DocumentApproverVO
-
Packages that use DocumentApproverVO Package Description com.fluig.sdk.api.document com.fluig.sdk.api.workflow com.fluig.sdk.service -
-
Uses of DocumentApproverVO in com.fluig.sdk.api.document
Methods in com.fluig.sdk.api.document that return types with arguments of type DocumentApproverVO Modifier and Type Method Description List<DocumentApproverVO>
DocumentSecurityVO. getDocumentApproverVO()
List<DocumentApproverVO>
FolderVO. getPublisherApprovers()
Recupera lista de publicadores aprovadoresMethod parameters in com.fluig.sdk.api.document with type arguments of type DocumentApproverVO Modifier and Type Method Description void
DocumentSecurityVO. setDocumentApproverVO(List<DocumentApproverVO> documentApproverVO)
void
FolderVO. setPublisherApprovers(List<DocumentApproverVO> publisherApprovers)
Atribui valor para publicadores aprovadores -
Uses of DocumentApproverVO in com.fluig.sdk.api.workflow
Methods in com.fluig.sdk.api.workflow that return types with arguments of type DocumentApproverVO Modifier and Type Method Description List<DocumentApproverVO>
CardItemVO. getPublisherApprovers()
Recupera valor do publisherApproversMethod parameters in com.fluig.sdk.api.workflow with type arguments of type DocumentApproverVO Modifier and Type Method Description void
CardItemVO. setPublisherApprovers(List<DocumentApproverVO> publisherApprovers)
Atribui valor para publisherApprovers -
Uses of DocumentApproverVO in com.fluig.sdk.service
Methods in com.fluig.sdk.service that return types with arguments of type DocumentApproverVO Modifier and Type Method Description List<DocumentApproverVO>
DocumentService. getDocumentApprovers(int documentId)
Retrieve all document approvers and yours status.List<DocumentApproverVO>
DocumentService. getDocumentApprovers(int documentId, boolean checkInheritance)
Retrieve all document approvers and yours status.List<DocumentApproverVO>
TasksService. getPendentApprovals(Integer documentId)
Return users pendent to approve a document
-