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.
|
Boolean |
getDisinheritDefault()
True if the object should be disinherited by default in new channels (default:
false). |
Boolean |
getExclude()
True if the object shall be excluded from multichannelling, false if not
|
Boolean |
getRecursive()
True if exclusion and disinheriting shall be set recursively (if set on folders), false if not
|
List<Integer> |
getReinherit()
IDs of nodes/channels, in which the object will be inherited.
|
void |
setDisinherit(List<Integer> disinherit)
Set node IDs to disinherit object
|
void |
setDisinheritDefault(Boolean disinheritDefault)
Set the default disinheriting behavior.
|
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 getExclude()
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 getRecursive()
public void setRecursive(Boolean recursive)
recursive - true for recursivepublic Boolean getDisinheritDefault()
false).true if disinheriting is the default for new channels,
false otherwise.public void setDisinheritDefault(Boolean disinheritDefault)
disinheritDefault - Set to true if disinheriting should be the
default behavior for new channels.Copyright © 2024 Gentics Software. All rights reserved.