Package | Description |
---|---|
org.mule.modules.box | |
org.mule.modules.box.adapters | |
org.mule.modules.box.generated.adapters |
Modifier and Type | Method and Description |
---|---|
org.mule.streaming.ProviderAwarePagingDelegate<Group,BoxConnector> |
BoxConnector.getAllGroups(org.mule.streaming.PagingConfiguration pagingConfiguration)
Retrieves all of the groups that the current user is a member of.
|
org.mule.streaming.ProviderAwarePagingDelegate<User,BoxConnector> |
BoxConnector.getEnterpriseUsers(org.mule.streaming.PagingConfiguration pagingConfiguration)
Returns a list of all users for the Enterprise along with their user_id, public_name, and login.
|
org.mule.streaming.ProviderAwarePagingDelegate<Collaboration,BoxConnector> |
BoxConnector.getFolderCollaborations(String folderId,
org.mule.streaming.PagingConfiguration pagingConfiguration)
Use this to get a list of all the collaborations on a folder i.e.
|
org.mule.streaming.ProviderAwarePagingDelegate<Item,BoxConnector> |
BoxConnector.getFolderItems(String folderId,
List<String> fields,
org.mule.streaming.PagingConfiguration pagingConfiguration)
Retrieves the files and/or folders contained within this folder without any other metadata about the folder.
|
org.mule.streaming.ProviderAwarePagingDelegate<Membership,BoxConnector> |
BoxConnector.getGroupMemberships(String groupId,
org.mule.streaming.PagingConfiguration pagingConfiguration)
Retrieves all of the members for a given group if the requesting user has access
|
org.mule.streaming.ProviderAwarePagingDelegate<Item,BoxConnector> |
BoxConnector.getTrashedItems(List<String> fields,
org.mule.streaming.PagingConfiguration pagingConfiguration)
Retrieves the files and/or folders that have been moved to the trash.
|
org.mule.streaming.ProviderAwarePagingDelegate<Membership,BoxConnector> |
BoxConnector.getUserGroupMemberships(String userId,
org.mule.streaming.PagingConfiguration pagingConfiguration)
Retrieves all of the group memberships for a given user.
|
Modifier and Type | Method and Description |
---|---|
protected abstract List<T> |
BasicPagingDelegate.doCall(BoxConnector provider)
Returns a list of elements corresponding to a page.
|
List<T> |
BasicPagingDelegate.getPage(BoxConnector provider) |
int |
BasicPagingDelegate.getTotalResults(BoxConnector provider) |
Modifier and Type | Class and Description |
---|---|
class |
BoxConnectorOAuth2Adapter
A
BoxConnectorOAuth2Adapter is a wrapper around BoxConnector that adds OAuth capabilites to the pojo. |
Modifier and Type | Class and Description |
---|---|
class |
org.mule.modules.box.generated.adapters.BoxConnectorCapabilitiesAdapter
A
BoxConnectorCapabilitiesAdapter is a wrapper around BoxConnector that implements org.mule.api.Capabilities interface. |
class |
org.mule.modules.box.generated.adapters.BoxConnectorLifecycleInjectionAdapter
A
BoxConnectorLifecycleInjectionAdapter is a wrapper around BoxConnector that adds lifecycle methods to the pojo. |
class |
org.mule.modules.box.generated.adapters.BoxConnectorMetadataAdapter
A
BoxConnectorMetadataAdapter is a wrapper around BoxConnector that adds support for querying metadata about the extension. |
class |
org.mule.modules.box.generated.adapters.BoxConnectorProcessAdapter
A
BoxConnectorProcessAdapter is a wrapper around BoxConnector that enables custom processing strategies. |
Copyright © 2010–2017. All rights reserved.