public interface DistributionRequest
DistributionRequest
represents the need from the caller to have
some content being distributed from a source instance to a target instance.Modifier and Type | Method and Description |
---|---|
String[] |
getPaths()
get the paths for this distribution request
|
DistributionRequestType |
getRequestType()
get the
DistributionRequestType associated with this request |
boolean |
isDeep(String path)
Returns whether the paths are covering the entire subtree (deep) or just the specified nodes (shallow)
|
DistributionRequestType getRequestType()
DistributionRequestType
associated with this requestDistributionRequestType
String[] getPaths()
boolean isDeep(String path)
path
- the path to be checkedtrue
if the paths are deep"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"