Uses of Interface
org.sakaiproject.entitybroker.entityprovider.extension.TagProvider
-
Packages that use TagProvider Package Description org.sakaiproject.entitybroker org.sakaiproject.entitybroker.entityprovider.capabilities org.sakaiproject.entitybroker.entityprovider.extension -
-
Uses of TagProvider in org.sakaiproject.entitybroker
Subinterfaces of TagProvider in org.sakaiproject.entitybroker Modifier and Type Interface Description interfaceEntityBrokerThis service interface defines the capabilities of the entity broker system
It allows Sakai system methods, developers, etc. to access Sakai entity information (new and old) -
Uses of TagProvider in org.sakaiproject.entitybroker.entityprovider.capabilities
Subinterfaces of TagProvider in org.sakaiproject.entitybroker.entityprovider.capabilities Modifier and Type Interface Description interfaceTagProvideableAllows an entity to control and provide tag storage and searching, this overrides internal tag storage and any existing tag storage will be ignored in favor of the provided tags
This is the provider interface forTaggable, inherits all methods fromTagProvider
This is one of the capability extensions for theEntityProviderinterface -
Uses of TagProvider in org.sakaiproject.entitybroker.entityprovider.extension
Subinterfaces of TagProvider in org.sakaiproject.entitybroker.entityprovider.extension Modifier and Type Interface Description interfaceTagSearchServiceDefines the methods necessary for searching for entities by tags (shared interface)
-