Interface | Description |
---|---|
AddAPIPortalAction |
The
AddAPIPortalAction supports to add new API-Portal in CentraSite with the below details. |
AddAssetTypeAction |
This action will add an asset type to CentraSite.
|
AddAttributeAction |
This action will add a new attribute to an asset type.
|
AddCategoryAction |
This action will add a taxonomy to CentraSite.
|
AddConsumingTypeAction |
This action will add a new consuming type to an asset type.
|
AddGroupAction |
This Action supports creating internal and importing external
Group objects in an organization. |
AddOrganizationAction |
This action will add an organization to CentraSite.
|
AddProfileAction |
This action will add a new profile to an asset type.
|
AddRoleAction |
This Action supports to create user defined
Role objects in an organization. |
AddTaxonomyAction |
This action will add a taxonomy to CentraSite.
|
AddToGroupAction |
This action allows to add groups to a user thereby giving group membership for the selected
groups for a user.
|
AddToListAction |
The AddToListAction interface allows build a collection of objects that can display as a group.
|
AddUserAction |
This action allows to bulk import and register users from internal/external repository to a
particular organization in CentraSite.
|
AddUserToGroupAction |
This action allows to add groups to a user.
|
ApproveAction |
The ApproveAction interface contains various methods that enable defining and retrieving comments for approving a request.
|
AssetNavigatorAction | |
AssignPermissionAction |
Action for assigning one or more permissions to a
Role object. |
AssignRoleAction |
This action assigns selected roles to a group/user.
|
AssignRoleToUserAction |
This action assigns the roles to a user.
|
AssignUsersToGroupAction |
Action for assigning one or more users to a group object.
|
AttachDocumentAction |
The AttachDocumentAction interface provides a mechanism to attach a document
either as InputStream or URI.
|
ConcealGroupAction |
This action is used to remove a group from being exposed to the API-Portal.
|
ConsumeAction |
The ConsumerAction facilitates to consume the assets with
CentraSiteObject . |
CSOAction |
The CSOAction interface represents any action that can be performed
on a
CentraSiteObject . |
CSOActionManager |
The CSOActionManager interface manages all actions that are defined
for CentraSiteObject (s). |
DeleteAction |
The DeleteAction interface facilitates to permanently delete the given object from the CentraSite registry.
|
DeleteAssetTypeAction | |
DeleteNotificationAction |
This action provides the capability to remove the notifications for one or more
assets in the inbox.
|
DeleteTaxonomyAction | |
DownloadDocumentAction |
The DownloadDocumentAction provides the capability to download the documents associated
with
CentraSiteObject . |
EditAction |
The EditAction interface provides a mechanism to modify the CentraSiteRegistryObject.
|
ExportAction |
Export Action provides the ability to export CSROs into an export archive which could be imported into another
CentraSite.
|
ExposeGroupAction |
This action is used to expose a group to the API-Portal for selection as an approver group
during Domain and Plan creation in the API-Portal.
|
ExtendedSaveAction |
This interface is for assets that need
specific handling during save.
|
GatewayDeleteAction | |
NewVersionAction |
NewVersionAction creates a new version of a CentraSiteRegistryObject.
|
PermissionAction |
Permission Action used to assign the permissions to the users and profiles.
|
RejectAction |
The RejectAction interface contains various methods that enable defining and retrieving comments for rejecting a request.
|
RemoveFromListAction |
The RemoveFromListAction interface provides the facility to remove one or more CSROs from the selected list(s).
|
RevertAction |
The RevertAction interface provides a mechanism to revert an approval request.
|
SaveAction |
The SaveAction interface facilitates to update an object in the CentraSite registry.
|
UnwatchAction |
The UnwatchAction interface facilitates to un-watch or unsubscribe to changes in the CentraSite registry objects.
|
ViewReportAction |
The ViewReportAction interface allows to view reports that are available for the CentraSite object.
|
VirtualizeAction |
Create the alias for the existing Service, XML Service, REST Service and
configure the policy actions and publish the alias.
|
WatchAction |
The WatchAction interface facilitates to watch or subscribe to changes in the CentraSite registry objects.
|
Class | Description |
---|---|
ActionConstants |
The ActionConstants class includes constants related to the CentraSite Action module.
|
APIPortalConfiguration |
This is a wrapper/model object that has all the configuration details of the API-Portal.
|
CentraSiteAccessDetails |
POJO used to generated JSON as a BUI action invokes the REST Service hosted on the API-Portal.
|
CentraSiteCommunicationDetails |
A Java Bean that contains the CentraSite Communication Details to be deployed to a Mediator Target
|
GatewayConfiguration |
This bean represents an
Gateway . |
Gateways |
This bean holds a collection of
GatewayConfiguration objects. |
InstanceLevelPermissionModel |
This is a bean class for the instance level permission model in CentraSite.
|
PermissionModel |
Base bean class for the permission model.
|
ProfilePermissionModel |
This is a bean class for the profile permission model in CentraSite.
|
Enum | Description |
---|---|
ActionCategory |
Specifies the applicability of an action
If user wanted to have specific set of action for policy,
he needs to define the configuration like applicable="policy" in the configuration
|
ActionStateEnum |
This enum encompasses all possible action states across all actions in the CentraSiteLogicLayer.
|
ApprovalMode |
Enum class that supports the following approval modes.
|
AssetSupportedOption |
AssetSupportedOption enum indicates the following asset options to create.
|
AttachDocumentState |
AttachDocumentState will have the states possible for transition in
case of attach document action.
|
CentraSitePrivilege |
This enum provides the possible privileges in CentraSite.
|
ConsumeAction.RelevantOption |
List of options allowed for the ConsumeAction
|
ExportOption |
The ExportOption serves an enhancement to the existing export function.
|
VirtualizeAction.ResourceCondition |
This enum is applicable ONLY for virtualization of existing aliases for REST services.
|