Uses of Class
org.sakaiproject.entitybroker.entityprovider.extension.CustomAction
-
-
Uses of CustomAction in org.sakaiproject.entitybroker.entityprovider
Methods in org.sakaiproject.entitybroker.entityprovider that return CustomAction Modifier and Type Method Description CustomAction[]EntityProviderMethodStore. findCustomActions(EntityProvider entityProvider, boolean ignoreFailures)Get all the custom actions that can be foundCustomActionEntityProviderMethodStore. getCustomAction(String prefix, String action)Get theCustomActionfor a prefix and action if it existsMethods in org.sakaiproject.entitybroker.entityprovider that return types with arguments of type CustomAction Modifier and Type Method Description List<CustomAction>EntityProviderMethodStore. getCustomActions(String prefix)Gets the list of all custom actions for a prefixMethods in org.sakaiproject.entitybroker.entityprovider with parameters of type CustomAction Modifier and Type Method Description voidEntityProviderMethodStore. addCustomAction(String prefix, CustomAction customAction)Add a custom action for a prefixMethod parameters in org.sakaiproject.entitybroker.entityprovider with type arguments of type CustomAction Modifier and Type Method Description voidEntityProviderMethodStore. 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 Modifier and Type Method Description 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 Modifier and Type Method Description CustomActionCustomAction. copy()static CustomActionCustomAction. copy(CustomAction ca)Methods in org.sakaiproject.entitybroker.entityprovider.extension with parameters of type CustomAction Modifier and Type Method Description static CustomActionCustomAction. copy(CustomAction ca)
-