Uses of Class
com.saperion.ngc.iform.IndexMaskDocument.AclWriteMode
-
Packages that use IndexMaskDocument.AclWriteMode Package Description com.saperion.ngc.iform Package for main iForm components. -
-
Uses of IndexMaskDocument.AclWriteMode in com.saperion.ngc.iform
Methods in com.saperion.ngc.iform that return IndexMaskDocument.AclWriteMode Modifier and Type Method Description IndexMaskDocument.AclWriteMode
IndexMaskDocument. getAclWriteMode()
static IndexMaskDocument.AclWriteMode
IndexMaskDocument.AclWriteMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IndexMaskDocument.AclWriteMode[]
IndexMaskDocument.AclWriteMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.saperion.ngc.iform with parameters of type IndexMaskDocument.AclWriteMode Modifier and Type Method Description void
IndexMaskDocument. setAclWriteMode(IndexMaskDocument.AclWriteMode mode)
Sets how to store the ACLs on the document.
-