Uses of Class
pt.cienciavitae.ns.common.RoleCtype
-
Packages that use RoleCtype Package Description pt.cienciavitae.ns.access_privileges pt.cienciavitae.ns.api_user pt.cienciavitae.ns.common -
-
Uses of RoleCtype in pt.cienciavitae.ns.access_privileges
Fields in pt.cienciavitae.ns.access_privileges declared as RoleCtype Modifier and Type Field Description protected RoleCtypePrivilege. effectiveRoleMethods in pt.cienciavitae.ns.access_privileges that return RoleCtype Modifier and Type Method Description RoleCtypePrivilege. getEffectiveRole()Gets the value of the effectiveRole property.Methods in pt.cienciavitae.ns.access_privileges with parameters of type RoleCtype Modifier and Type Method Description voidPrivilege. setEffectiveRole(RoleCtype value)Sets the value of the effectiveRole property. -
Uses of RoleCtype in pt.cienciavitae.ns.api_user
Fields in pt.cienciavitae.ns.api_user declared as RoleCtype Modifier and Type Field Description protected RoleCtypeApiUser. roleMethods in pt.cienciavitae.ns.api_user that return RoleCtype Modifier and Type Method Description RoleCtypeApiUser. getRole()Gets the value of the role property.Methods in pt.cienciavitae.ns.api_user with parameters of type RoleCtype Modifier and Type Method Description voidApiUser. setRole(RoleCtype value)Sets the value of the role property. -
Uses of RoleCtype in pt.cienciavitae.ns.common
Methods in pt.cienciavitae.ns.common that return RoleCtype Modifier and Type Method Description RoleCtypeObjectFactory. createRoleCtype()Create an instance ofRoleCtype
-