Uses of Class
org.exoplatform.wiki.service.IDType
-
Packages that use IDType Package Description org.exoplatform.wiki.mow.api org.exoplatform.wiki.service Handles all actions in Wiki.org.exoplatform.wiki.utils -
-
Uses of IDType in org.exoplatform.wiki.mow.api
Methods in org.exoplatform.wiki.mow.api that return IDType Modifier and Type Method Description IDTypePermissionEntry. getIdType()Methods in org.exoplatform.wiki.mow.api with parameters of type IDType Modifier and Type Method Description voidPermissionEntry. setIdType(IDType idType)Constructors in org.exoplatform.wiki.mow.api with parameters of type IDType Constructor Description PermissionEntry(String id, String fullName, IDType idType, Permission[] permissions) -
Uses of IDType in org.exoplatform.wiki.service
Methods in org.exoplatform.wiki.service that return IDType Modifier and Type Method Description static IDTypeIDType. valueOf(String name)Returns the enum constant of this type with the specified name.static IDType[]IDType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of IDType in org.exoplatform.wiki.utils
Methods in org.exoplatform.wiki.utils that return types with arguments of type IDType Modifier and Type Method Description static HashMap<String,IDType>Utils. getACLForAdmins()
-