Accessing APIs from the PConnect object
The PConnect APIs obtain or update information about each specific instance of a UI component that exists in an application at runtime.
Use the PConnect object when there is a known context that provides necessary information about the component being rendered from the Constellation JavaScript Engine.PConnect APIs can also be used to create new instances of UI components and determine how a component's rendering should be updated.
- Directly accessed PConnect APIs
Access APIs directly from the PConnect object.
- APIs in the ActionsApi class
Use the APIs in the ActionsApi class to handle actions in the Constellation infrastructure.
- APIs in the CaseInfo class
Use the APIs in the CaseInfo class to handle the information related to a case.
- APIs in the ContainerManager class
Use the APIs in the ContainerManager class to manage the life cycle of a container.
- APIs in the ValidationApi class
Use the API in the ValidationApi class to handle validations on a field.
Previous topic Using PCore and PConnect Public APIs Next topic Directly accessed PConnect APIs