public interface TargetRelatedRequest extends TransitionRequest
TransitionRequest
that requires another sandbox target state be declared in
order to identify the recipient of changes being moved from an original item.Modifier and Type | Method and Description |
---|---|
Integer |
getTargetLevel()
The level for which the transition is targeted.
|
String |
getTargetSandboxId()
The id for the sandbox for which the transition is targeted.
|
String |
getTargetStage()
The informational stage for which the transition is targeted.
|
void |
setTargetSandboxId(String targetSandboxId)
The id for the sandbox for which the transition is targeted.
|
void |
setTargetStage(String targetStage)
The informational stage for which the transition is targeted.
|
getApplicationId, getAuthor, getCatalogId, getContextId, getEntity, getLevel, getMessage, getRouteKey, getSandboxId, getStage, getTransferTypeIdMap, getVisibleFromCatalog, setApplicationId, setCatalogId, setMessage, setStage, setVisibleFromCatalog
Integer getTargetLevel()
Tracking.getLevel()
for more
information.String getTargetSandboxId()
void setTargetSandboxId(String targetSandboxId)
targetSandboxId
- The id for the sandbox for which the transition is targetedString getTargetStage()
void setTargetStage(String targetStage)
targetStage
- The informational stage for which the transition is targetedCopyright © 2021. All rights reserved.