Package wt.eff
Class _PendingDateEffectivity
java.lang.Object
wt.eff._PendingDateEffectivity
- All Implemented Interfaces:
Externalizable,Serializable,wt.eff._EffRecord,_PendingEff,EffRecord,wt.eff.form._DateEffForm,wt.eff.form._EffForm,DateEffForm,EffForm,PendingEff,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.fc.adminlock._AdministrativelyLockable,AdministrativelyLockable,NetFactor,ObjectMappable,Persistable,wt.federation._FederatedLinkHolder,wt.federation._RemotelyLinkable,wt.federation.FederatedLinkHolder,wt.federation.RemotelyLinkable,wt.ufid._Federatable,wt.ufid.Federatable
- Direct Known Subclasses:
PendingDateEffectivity
public abstract class _PendingDateEffectivity
extends Object
implements DateEffForm, PendingEff, Externalizable
- See Also:
-
Field Summary
Fields inherited from interface wt.fc.adminlock._AdministrativelyLockable
ADMINISTRATIVE_LOCKFields inherited from interface wt.eff.form._EffForm
EFF_CONTEXT, EFF_CONTEXT_REFERENCE, RANGEFields inherited from interface wt.eff._EffRecord
CREATION, CREATION_REFERENCE, DELETION, DELETION_REFERENCE, EFF_TYPE_MODIFIER, TARGET, TARGET_REFERENCEFields inherited from interface wt.ufid._Federatable
FEDERATABLE_INFOFields inherited from interface wt.eff._PendingEff
PROCESSED, PROPAGATION_OPTIONSFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.fc.Persistable
IDENTITY, TYPE -
Method Summary
Modifier and TypeMethodDescriptionbooleanDetermines whether this pending effectivity statement has been applied yet.voidsetProcessed(boolean processed) Determines whether this pending effectivity statement has been applied yet.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.eff.EffRecord
getAdditionalAttributeMap, setAdditionalAttributeMapMethods inherited from interface wt.eff.PendingEff
checkAttributesMethods inherited from interface wt.fc.Persistable
getIdentity
-
Method Details
-
isProcessed
public boolean isProcessed()Determines whether this pending effectivity statement has been applied yet.Supported API: true
- Specified by:
isProcessedin interface_PendingEff- See Also:
-
setProcessed
Determines whether this pending effectivity statement has been applied yet.Supported API: true
- Specified by:
setProcessedin interface_PendingEff- Throws:
WTPropertyVetoException- See Also:
-