Uses of Class
org.sakaiproject.entitybroker.entityprovider.extension.CustomAction

Packages that use CustomAction
org.sakaiproject.entitybroker.entityprovider   
org.sakaiproject.entitybroker.entityprovider.capabilities   
org.sakaiproject.entitybroker.entityprovider.extension   
 

Uses of CustomAction in org.sakaiproject.entitybroker.entityprovider
 

Methods in org.sakaiproject.entitybroker.entityprovider that return CustomAction
 CustomAction[] EntityProviderMethodStore.findCustomActions(EntityProvider entityProvider, boolean ignoreFailures)
          Get all the custom actions that can be found
 CustomAction EntityProviderMethodStore.getCustomAction(String prefix, String action)
          Get the CustomAction for a prefix and action if it exists
 

Methods in org.sakaiproject.entitybroker.entityprovider that return types with arguments of type CustomAction
 List<CustomAction> EntityProviderMethodStore.getCustomActions(String prefix)
          Gets the list of all custom actions for a prefix
 

Methods in org.sakaiproject.entitybroker.entityprovider with parameters of type CustomAction
 void EntityProviderMethodStore.addCustomAction(String prefix, CustomAction customAction)
          Add a custom action for a prefix
 

Method parameters in org.sakaiproject.entitybroker.entityprovider with type arguments of type CustomAction
 void EntityProviderMethodStore.setCustomActions(String prefix, Map<String,CustomAction> actions)
          Set the custom actions for this prefix
 

Uses of CustomAction in org.sakaiproject.entitybroker.entityprovider.capabilities
 

Methods in org.sakaiproject.entitybroker.entityprovider.capabilities that return CustomAction
 CustomAction[] ActionsDefineable.defineActions()
          Defines the custom actions which are allowed to be performed on your entities
 

Uses of CustomAction in org.sakaiproject.entitybroker.entityprovider.extension
 

Methods in org.sakaiproject.entitybroker.entityprovider.extension that return CustomAction
 CustomAction CustomAction.copy()
           
static CustomAction CustomAction.copy(CustomAction ca)
           
 

Methods in org.sakaiproject.entitybroker.entityprovider.extension with parameters of type CustomAction
static CustomAction CustomAction.copy(CustomAction ca)
           
 



Copyright © 2007-2013 Sakai Project. All Rights Reserved.