Package wt.vc.config
Class _InUseConfigSpec
java.lang.Object
wt.vc.config._InUseConfigSpec
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._NetFactor,wt.fc._ObjectMappable,NetFactor,ObjectMappable,ConfigSpec
- Direct Known Subclasses:
InUseConfigSpec
public abstract class _InUseConfigSpec
extends Object
implements ConfigSpec, ObjectMappable, Externalizable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringIf set to true, include those elements the current principal has 'in use'. -
Method Summary
Modifier and TypeMethodDescriptionbooleanIf set to true, include those elements the current principal has 'in use'.voidsetInUseByCurrentPrincipalIncluded(boolean inUseByCurrentPrincipalIncluded) If set to true, include those elements the current principal has 'in use'.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
-
IN_USE_BY_CURRENT_PRINCIPAL_INCLUDED
If set to true, include those elements the current principal has 'in use'.Supported API: true
- See Also:
-
-
Method Details
-
isInUseByCurrentPrincipalIncluded
public boolean isInUseByCurrentPrincipalIncluded()If set to true, include those elements the current principal has 'in use'.Supported API: true
- See Also:
-
setInUseByCurrentPrincipalIncluded
public void setInUseByCurrentPrincipalIncluded(boolean inUseByCurrentPrincipalIncluded) throws WTPropertyVetoException If set to true, include those elements the current principal has 'in use'.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-