public class DisinheritRequest extends Object implements Serializable
Constructor and Description |
---|
DisinheritRequest()
Empty constructor
|
Modifier and Type | Method and Description |
---|---|
List<Integer> |
getDisinherit()
IDs of nodes/channels, in which the object will not be inherited.
|
List<Integer> |
getReinherit()
IDs of nodes/channels, in which the object will be inherited.
|
Boolean |
isExclude()
True if the object shall be excluded from multichannelling, false if not
|
Boolean |
isRecursive()
True if exclusion and disinheriting shall be set recursively (if set on folders), false if not
|
void |
setDisinherit(List<Integer> disinherit)
Set node IDs to disinherit object
|
void |
setExclude(Boolean exclude)
Set true to exclude object from multichannelling
|
void |
setRecursive(Boolean recursive)
Set true for recursive setting of exclusion/disinheriting
|
void |
setReinherit(List<Integer> reinherit)
Set node IDs to reinherit object
|
public Boolean isExclude()
public void setExclude(Boolean exclude)
exclude
- true to excludepublic List<Integer> getDisinherit()
public void setDisinherit(List<Integer> disinherit)
disinherit
- set of node IDspublic List<Integer> getReinherit()
public void setReinherit(List<Integer> reinherit)
reinherit
- set of node IDspublic Boolean isRecursive()
public void setRecursive(Boolean recursive)
recursive
- true for recursiveCopyright © 2016 Gentics Software. All rights reserved.