Package wt.vc.config
Class _ViewConfigSpec
java.lang.Object
wt.vc.config._ViewConfigSpec
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._NetFactor,wt.fc._ObjectMappable,NetFactor,ObjectMappable,ConfigSpec
- Direct Known Subclasses:
ViewConfigSpec
public abstract class _ViewConfigSpec
extends Object
implements ConfigSpec, ObjectMappable, Externalizable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringIf set to true, search the parents of the view if no match is found for the view-dependent versions of the master. -
Method Summary
Modifier and TypeMethodDescriptionbooleanIf set to true, search the parents of the view if no match is found for the view-dependent versions of the master.voidsetParentIncluded(boolean parentIncluded) If set to true, search the parents of the view if no match is found for the view-dependent versions of the master.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.vc.config.ConfigSpec
appendSearchCriteria, getRelationalConfigSpec, process
-
Field Details
-
PARENT_INCLUDED
If set to true, search the parents of the view if no match is found for the view-dependent versions of the master. If false, only versions in the specified view or view-dependent will match.Supported API: true
- See Also:
-
-
Method Details
-
isParentIncluded
public boolean isParentIncluded()If set to true, search the parents of the view if no match is found for the view-dependent versions of the master. If false, only versions in the specified view or view-dependent will match.Supported API: true
- See Also:
-
setParentIncluded
If set to true, search the parents of the view if no match is found for the view-dependent versions of the master. If false, only versions in the specified view or view-dependent will match.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-