Uses of Class
org.apache.camel.component.box.BoxConfiguration
-
Packages that use BoxConfiguration Package Description org.apache.camel.component.box org.apache.camel.component.box.internal -
-
Uses of BoxConfiguration in org.apache.camel.component.box
Subclasses of BoxConfiguration in org.apache.camel.component.box Modifier and Type Class Description class
BoxCollaborationsManagerEndpointConfiguration
Camel endpoint configuration forBoxCollaborationsManager
.class
BoxCommentsManagerEndpointConfiguration
Camel endpoint configuration forBoxCommentsManager
.class
BoxEventLogsManagerEndpointConfiguration
Camel endpoint configuration forBoxEventLogsManager
.class
BoxEventsManagerEndpointConfiguration
Camel endpoint configuration forBoxEventsManager
.class
BoxFilesManagerEndpointConfiguration
Camel endpoint configuration forBoxFilesManager
.class
BoxFoldersManagerEndpointConfiguration
Camel endpoint configuration forBoxFoldersManager
.class
BoxGroupsManagerEndpointConfiguration
Camel endpoint configuration forBoxGroupsManager
.class
BoxSearchManagerEndpointConfiguration
Camel endpoint configuration forBoxSearchManager
.class
BoxTasksManagerEndpointConfiguration
Camel endpoint configuration forBoxTasksManager
.class
BoxUsersManagerEndpointConfiguration
Camel endpoint configuration forBoxUsersManager
.Methods in org.apache.camel.component.box that return BoxConfiguration Modifier and Type Method Description BoxConfiguration
BoxComponent. getConfiguration()
To use the shared configurationMethods in org.apache.camel.component.box that return types with arguments of type BoxConfiguration Modifier and Type Method Description protected org.apache.camel.support.component.ApiMethodPropertiesHelper<BoxConfiguration>
BoxEndpoint. getPropertiesHelper()
Methods in org.apache.camel.component.box with parameters of type BoxConfiguration Modifier and Type Method 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 configurationConstructors in org.apache.camel.component.box with parameters of type BoxConfiguration Constructor Description BoxEndpoint(String uri, BoxComponent component, BoxApiName apiName, String methodName, BoxConfiguration endpointConfiguration)
-
Uses of BoxConfiguration in org.apache.camel.component.box.internal
Methods in org.apache.camel.component.box.internal that return BoxConfiguration Modifier and Type Method Description BoxConfiguration
BoxApiCollection. getEndpointConfiguration(BoxApiName apiName)
Methods in org.apache.camel.component.box.internal with parameters of type BoxConfiguration Modifier and Type Method 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)
-