Uses of Class
com.fluig.sdk.api.document.DocumentSecurityConfigVO
-
Packages that use DocumentSecurityConfigVO Package Description com.fluig.sdk.api.document -
-
Uses of DocumentSecurityConfigVO in com.fluig.sdk.api.document
Methods in com.fluig.sdk.api.document that return types with arguments of type DocumentSecurityConfigVO Modifier and Type Method Description List<DocumentSecurityConfigVO>DocumentSecurityVO. getDocumentSecurityConfigVOs()Method parameters in com.fluig.sdk.api.document with type arguments of type DocumentSecurityConfigVO Modifier and Type Method Description voidDocumentSecurityVO. setDocumentSecurityConfigVOs(List<DocumentSecurityConfigVO> documentSecurityConfigVOs)Constructor parameters in com.fluig.sdk.api.document with type arguments of type DocumentSecurityConfigVO Constructor Description DocumentSecurityVO(Long companyId, String userCode, Integer documentId, List<DocumentSecurityConfigVO> documentSecurityConfigVOs)
-