Uses of Interface
org.sakaiproject.api.common.type.Type
-
Packages that use Type Package Description org.sakaiproject.api.common.edu.person org.sakaiproject.api.common.type -
-
Uses of Type in org.sakaiproject.api.common.edu.person
Methods in org.sakaiproject.api.common.edu.person that return Type Modifier and Type Method Description TypeSakaiPersonManager. getSystemMutableType()Returns the systemMutableType constant.TypeSakaiPersonManager. getUserMutableType()Returns the userMutableType constant.Methods in org.sakaiproject.api.common.edu.person with parameters of type Type Modifier and Type Method Description SakaiPersonSakaiPersonManager. create(String agentUuid, Type recordType)Creates a persistent SakaiPerson record.SakaiPersonSakaiPersonManager. getSakaiPerson(String agentUuid, Type recordType)Find all SakaiPerson objects with specified type.SakaiPersonSakaiPersonManager. getSakaiPerson(Type recordType)Assumes current user.Map<String,SakaiPerson>SakaiPersonManager. getSakaiPersons(Set<String> userIds, Type userMutableType)Finds all SakaiPerson objects with the specified type, whos IDs are contained in the userIds collection. -
Uses of Type in org.sakaiproject.api.common.type
Methods in org.sakaiproject.api.common.type that return Type Modifier and Type Method Description TypeTypeManager. createType(String authority, String domain, String keyword, String displayName, String description)Create a new Type.TypeTypeable. getType()TypeTypeManager. getType(String uuid)Retrieve Type by uuid.TypeTypeManager. getType(String authority, String domain, String keyword)Retrieve a Type by the "tuple".Methods in org.sakaiproject.api.common.type with parameters of type Type Modifier and Type Method Description voidTypeManager. deleteType(Type type)Remove the persistent state of passed Type.ObjectUuidTypeResolvable. getObject(String uuid, Type type)Provides an abstract way to retrieve objects from a Manager given only the object's UUID and Type.voidTypeManager. saveType(Type type)Update persistent state of passed Type.voidTypeable. setType(Type type)
-