Uses of Class
com.fluig.sdk.api.document.DocumentPermissionVO
-
Packages that use DocumentPermissionVO Package Description com.fluig.sdk.api.document com.fluig.sdk.api.workflow com.fluig.sdk.service -
-
Uses of DocumentPermissionVO in com.fluig.sdk.api.document
Methods in com.fluig.sdk.api.document that return types with arguments of type DocumentPermissionVO Modifier and Type Method Description List<DocumentPermissionVO>
DocumentSecurityVO. getDocumentPermissionVO()
List<DocumentPermissionVO>
FolderVO. getPermissions()
Recupera lista de permissõesMethod parameters in com.fluig.sdk.api.document with type arguments of type DocumentPermissionVO Modifier and Type Method Description void
DocumentSecurityVO. setDocumentPermissionVO(List<DocumentPermissionVO> documentPermissionVO)
void
FolderVO. setPermissions(List<DocumentPermissionVO> permissions)
Atribui valor para lista de permissõesConstructor parameters in com.fluig.sdk.api.document with type arguments of type DocumentPermissionVO Constructor Description DocumentSecurityVO(Long companyId, List<DocumentPermissionVO> documentPermissionVO, List<DocumentApproverVO> documentApproverVO)
-
Uses of DocumentPermissionVO in com.fluig.sdk.api.workflow
Methods in com.fluig.sdk.api.workflow that return types with arguments of type DocumentPermissionVO Modifier and Type Method Description List<DocumentPermissionVO>
CardItemVO. getPermissions()
Recupera valor do permissionsMethod parameters in com.fluig.sdk.api.workflow with type arguments of type DocumentPermissionVO Modifier and Type Method Description void
CardItemVO. setPermissions(List<DocumentPermissionVO> permissions)
Atribui valor para permissions -
Uses of DocumentPermissionVO in com.fluig.sdk.service
Methods in com.fluig.sdk.service that return types with arguments of type DocumentPermissionVO Modifier and Type Method Description List<DocumentPermissionVO>
DocumentService. getDocumentPermissions(int documentId, int version)
Retorna as permissões do documentoMethod parameters in com.fluig.sdk.service with type arguments of type DocumentPermissionVO Modifier and Type Method Description void
DocumentService. setDocumentPermissions(int documentId, List<DocumentPermissionVO> permissions)
Determina as permissões do documento
-