public interface RuntimeAliasesUnpublishAction extends PublishAction, CSOAction
Modifier and Type | Method and Description |
---|---|
java.util.Collection<CentraSiteRegistryObject> |
getAllAliasesToDeploy()
Gets the Collection of Runtime aliases to be unpublished.
|
java.util.Collection<RuntimeAliasesDeploymentResponse> |
getFailedDeploymentResponses()
Gets the Collection of Failed Runtime Alias Unpublish Responses.
|
void |
setAliasesToDeploy(java.util.Collection<CentraSiteRegistryObject> aliasesToDeploy)
Sets the Collection of Runtime aliases to be unpublished.
|
void |
setForceUnpublish(boolean isForceUnpublish)
Sets the Force Unpublish flag to allow API-Portals to be forcefully unpublished from
CentraSite irrespective of the API-Portal's availability.
|
getAliases, getAliasListForUnDeploy, getApplicableGateways, getFailedDeploymentMessages, getProgress, getSelectedAliases, getUnPublishAliasList, isBaseType, setAliasListForUnDeploy, setGateways, setSelectedAliases, setVisibleToEveryOne
cancel, doesLoggedInUserHaveSufficientRolesOrPermissions, executeNextStep, executePreviousStep, finishAllSteps, getCurrentState, getGroup, getIconURL, getId, getName, getSkippedObjectsWithReason, isAllowed, isApplicable, setObjects
java.util.Collection<CentraSiteRegistryObject> getAllAliasesToDeploy()
Collection
of Runtime aliases CentraSiteRegistryObject
to be unpublishedvoid setAliasesToDeploy(java.util.Collection<CentraSiteRegistryObject> aliasesToDeploy)
aliasesToDeploy
- The Collection
of Runtime aliases CentraSiteRegistryObject
to be unpublishedjava.util.Collection<RuntimeAliasesDeploymentResponse> getFailedDeploymentResponses() throws CLLException
Collection
of Failed Runtime Alias Unpublish ResponsesCLLException
- If an error occurs while fetching the Unpublish failure collectionvoid setForceUnpublish(boolean isForceUnpublish)
isForceUnpublish
- The Force Unpublish flag to set. If true
,
it enables force unpublish for the selected API-Portals.