This topic presents an overview of the Component Instance Manager API core methods.
The Component Instance Manager API has a ComponentInstanceManager
interface, which is used to create, list, and delete Record Store instances. (In this release, Record Store components are the only supported component type.)
The following Component Instance Manager core operations are provided by methods in the ComponentInstanceManager
interface:
createComponentInstance()
creates a component instance of the given type with the given id.deleteComponentInstance()
deletes the given component instance.listComponentInstances()
lists all component instances defined in the system.listComponentTypes()
lists all component types defined in the system.
These operations are described in subsequent topics.
Note
The syntax descriptions for these operations use Java conventions. The examples in this guide use client stubs generated with Apache CXF 2.2. However, the exact syntax of a class member depends on the output of the WSDL tool that you are using.