public interface DeploymentAction
Modifier and Type | Interface and Description |
---|---|
static class |
DeploymentAction.Type
Enumeration of valid types of deployment actions.
|
Modifier and Type | Method and Description |
---|---|
String |
getDeploymentUnitUniqueName()
Gets the name of the content associated with
the action.
|
UUID |
getId()
Gets the unique id of the action.
|
String |
getReplacedDeploymentUnitUniqueName()
For type
DeploymentAction.Type.REPLACE and DeploymentAction.Type.FULL_REPLACE only, returns the name
of the content that is being replaced. |
DeploymentAction.Type |
getType()
Gets the type of the action.
|
UUID getId()
null
DeploymentAction.Type getType()
null
String getDeploymentUnitUniqueName()
DeploymentAction.Type.ADD
or DeploymentAction.Type.FULL_REPLACE
action
is requested. API methods that request other types of actions
will ask for this name as a parameter.null
String getReplacedDeploymentUnitUniqueName()
DeploymentAction.Type.REPLACE
and DeploymentAction.Type.FULL_REPLACE
only, returns the name
of the content that is being replaced.null
if
getType()
is not DeploymentAction.Type.REPLACE
or DeploymentAction.Type.FULL_REPLACE
.
Will not be null
otherwiseCopyright © 2017 JBoss by Red Hat. All rights reserved.