Package | Description |
---|---|
org.apache.camel.component.box | |
org.apache.camel.component.box.internal |
Modifier and Type | Class and Description |
---|---|
class |
BoxCollaborationsManagerEndpointConfiguration
Camel EndpointConfiguration for org.apache.camel.component.box.api.BoxCollaborationsManager
|
class |
BoxCommentsManagerEndpointConfiguration
Camel EndpointConfiguration for org.apache.camel.component.box.api.BoxCommentsManager
|
class |
BoxEventLogsManagerEndpointConfiguration
Camel EndpointConfiguration for org.apache.camel.component.box.api.BoxEventLogsManager
|
class |
BoxEventsManagerEndpointConfiguration
Camel EndpointConfiguration for org.apache.camel.component.box.api.BoxEventsManager
|
class |
BoxFilesManagerEndpointConfiguration
Camel EndpointConfiguration for org.apache.camel.component.box.api.BoxFilesManager
|
class |
BoxFoldersManagerEndpointConfiguration
Camel EndpointConfiguration for org.apache.camel.component.box.api.BoxFoldersManager
|
class |
BoxGroupsManagerEndpointConfiguration
Camel EndpointConfiguration for org.apache.camel.component.box.api.BoxGroupsManager
|
class |
BoxSearchManagerEndpointConfiguration
Camel EndpointConfiguration for org.apache.camel.component.box.api.BoxSearchManager
|
class |
BoxTasksManagerEndpointConfiguration
Camel EndpointConfiguration for org.apache.camel.component.box.api.BoxTasksManager
|
class |
BoxUsersManagerEndpointConfiguration
Camel EndpointConfiguration for org.apache.camel.component.box.api.BoxUsersManager
|
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 com.box.sdk.BoxAPIConnection |
BoxConnectionHelper.createAppEnterpriseAuthenticatedConnection(BoxConfiguration configuration) |
static com.box.sdk.BoxAPIConnection |
BoxConnectionHelper.createAppUserAuthenticatedConnection(BoxConfiguration configuration) |
static com.box.sdk.BoxAPIConnection |
BoxConnectionHelper.createConnection(BoxConfiguration configuration) |
static com.box.sdk.BoxAPIConnection |
BoxConnectionHelper.createStandardAuthenticatedConnection(BoxConfiguration configuration) |
Apache Camel