Package | Description |
---|---|
org.apache.camel.component.box | |
org.apache.camel.component.box.internal |
Modifier and Type | Class and Description |
---|---|
class |
IBoxCollaborationsManagerEndpointConfiguration
Camel EndpointConfiguration for com.box.boxjavalibv2.resourcemanagers.IBoxCollaborationsManager
|
class |
IBoxCommentsManagerEndpointConfiguration
Camel EndpointConfiguration for com.box.boxjavalibv2.resourcemanagers.IBoxCommentsManager
|
class |
IBoxEventsManagerEndpointConfiguration
Camel EndpointConfiguration for com.box.boxjavalibv2.resourcemanagers.IBoxEventsManager
|
class |
IBoxFilesManagerEndpointConfiguration
Camel EndpointConfiguration for com.box.boxjavalibv2.resourcemanagers.IBoxFilesManager
|
class |
IBoxFoldersManagerEndpointConfiguration
Camel EndpointConfiguration for com.box.boxjavalibv2.resourcemanagers.IBoxFoldersManager
|
class |
IBoxGroupsManagerEndpointConfiguration
Camel EndpointConfiguration for com.box.boxjavalibv2.resourcemanagers.IBoxGroupsManager
|
class |
IBoxSearchManagerEndpointConfiguration
Camel EndpointConfiguration for com.box.boxjavalibv2.resourcemanagers.IBoxSearchManager
|
class |
IBoxSharedItemsManagerEndpointConfiguration
Camel EndpointConfiguration for com.box.boxjavalibv2.resourcemanagers.IBoxSharedItemsManager
|
class |
IBoxUsersManagerEndpointConfiguration
Camel EndpointConfiguration for com.box.boxjavalibv2.resourcemanagers.IBoxUsersManager
|
class |
LongPollingEventsManagerEndpointConfiguration
Camel EndpointConfiguration for org.apache.camel.component.box.internal.LongPollingEventsManager
|
Modifier and Type | Method and Description |
---|---|
BoxConfiguration |
BoxComponent.getConfiguration()
To use the shared configuration
|
Modifier and Type | Method and Description |
---|---|
protected org.apache.camel.util.component.ApiMethodPropertiesHelper<BoxConfiguration> |
BoxEndpoint.getPropertiesHelper() |
Modifier and Type | Method and Description |
---|---|
protected org.apache.camel.Endpoint |
BoxComponent.createEndpoint(String uri,
String methodName,
BoxApiName apiName,
BoxConfiguration endpointConfiguration) |
void |
BoxComponent.setConfiguration(BoxConfiguration configuration)
To use the shared configuration
|
Constructor and Description |
---|
BoxEndpoint(String uri,
BoxComponent component,
BoxApiName apiName,
String methodName,
BoxConfiguration endpointConfiguration) |
Modifier and Type | Method and Description |
---|---|
BoxConfiguration |
BoxApiCollection.getEndpointConfiguration(BoxApiName apiName) |
Modifier and Type | Method and Description |
---|---|
static CachedBoxClient |
BoxClientHelper.createBoxClient(BoxConfiguration configuration) |
static void |
BoxClientHelper.getOAuthToken(BoxConfiguration configuration,
CachedBoxClient cachedBoxClient) |
static void |
BoxClientHelper.shutdownBoxClient(BoxConfiguration configuration,
CachedBoxClient cachedBoxClient) |
Constructor and Description |
---|
LoginAuthFlowUI(BoxConfiguration configuration,
com.box.boxjavalibv2.BoxClient boxClient) |
Apache Camel