Package wt.epm.alternaterep
Class _EPMDefinitionRule
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.epm.alternaterep._EPMDefinitionRule
- All Implemented Interfaces:
Externalizable,Serializable,wt.alternaterep._AlternateRepDefinitionRule,wt.alternaterep.AlternateRepDefinitionRule,_AlternateRepRule,_EPMAlternateRepDefinitionRule,AlternateRepRule,EPMAlternateRepDefinitionRule,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,NetFactor,ObjectMappable,Persistable,DisplayIdentification
- Direct Known Subclasses:
EPMDefinitionRule
public abstract class _EPMDefinitionRule
extends WTObject
implements AlternateRepRule, EPMAlternateRepDefinitionRule, wt.alternaterep.AlternateRepDefinitionRule, Externalizable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringSupported API: truestatic final StringSupported API: truestatic final StringSupported API: truestatic final StringSupported API: truestatic final StringSupported API: truestatic final StringSupported API: truestatic final StringSupported API: truestatic final StringSupported API: truestatic final StringSupported API: trueFields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.epm.alternaterep._AlternateRepRule
PARENT, PARENT_REFERENCEFields inherited from interface wt.epm.alternaterep._EPMAlternateRepDefinitionRule
REPRESENTATION, REPRESENTATION_REFERENCEFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.fc.Persistable
IDENTITY, TYPE -
Method Summary
Modifier and TypeMethodDescriptionSupported API: trueintgetLevel()Supported API: trueintgetOrder()Supported API: trueSupported API: trueSupported API: trueSupported API: trueSupported API: trueSupported API: trueprotected StringSupported API: trueSupported API: trueSupported API: trueSupported API: truevoidsetActionType(EPMRuleActionType actionType) Supported API: truevoidsetLevel(int level) Supported API: truevoidsetOrder(int order) Supported API: truevoidsetParent(AlternateRepRule the_parent) Supported API: truevoidsetParentReference(ObjectReference the_parentReference) Supported API: trueprotected voidsetReferencedRuleReference(ObjectReference referencedRuleReference) Supported API: truevoidsetRepresentation(AlternateRepresentation the_representation) Supported API: truevoidsetRepresentationReference(ObjectReference the_representationReference) Supported API: truevoidsetRepresentationType(EPMRepRuleType representationType) Supported API: trueprotected voidsetScopePath(String scopePath) Supported API: truevoidsetStatement(String statement) Supported API: truevoidsetSubstituteNdID(String substituteNdID) Supported API: truevoidsetSubstituteRepInfo(EPMSubstituteRepInfo substituteRepInfo) Supported API: trueMethods inherited from class wt.fc.WTObject
checkAttributes, duplicate, getDisplayIdentifier, getDisplayIdentity, getDisplayType, getIdentity, initialize, toStringMethods inherited from class wt.fc._WTObject
equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfoMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc._Persistable
getPersistInfo, setPersistInfoMethods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity
-
Field Details
-
ACTION_TYPE
Supported API: true- See Also:
-
REPRESENTATION_TYPE
Supported API: true- See Also:
-
ORDER
Supported API: true- See Also:
-
STATEMENT
Supported API: true- See Also:
-
LEVEL
Supported API: true- See Also:
-
SCOPE_PATH
Supported API: true- See Also:
-
SUBSTITUTE_ND_ID
Supported API: true- See Also:
-
SUBSTITUTE_REP_INFO
Supported API: true- See Also:
-
REFERENCED_RULE_REFERENCE
Supported API: true- See Also:
-
-
Method Details
-
getActionType
Supported API: true- See Also:
-
setActionType
Supported API: true- Throws:
WTPropertyVetoException- See Also:
-
getRepresentationType
Supported API: true- See Also:
-
setRepresentationType
Supported API: true- Throws:
WTPropertyVetoException- See Also:
-
getOrder
public int getOrder()Supported API: true- See Also:
-
setOrder
Supported API: true- Throws:
WTPropertyVetoException- See Also:
-
getStatement
Supported API: true- See Also:
-
setStatement
Supported API: true- Throws:
WTPropertyVetoException- See Also:
-
getLevel
public int getLevel()Supported API: true- See Also:
-
setLevel
Supported API: true- Throws:
WTPropertyVetoException- See Also:
-
getScopePath
Supported API: true- See Also:
-
setScopePath
Supported API: true- Throws:
WTPropertyVetoException- See Also:
-
getSubstituteNdID
Supported API: true- See Also:
-
setSubstituteNdID
Supported API: true- Throws:
WTPropertyVetoException- See Also:
-
getSubstituteRepInfo
Supported API: true- See Also:
-
setSubstituteRepInfo
public void setSubstituteRepInfo(EPMSubstituteRepInfo substituteRepInfo) throws WTPropertyVetoException Supported API: true- Throws:
WTPropertyVetoException- See Also:
-
setReferencedRuleReference
protected void setReferencedRuleReference(ObjectReference referencedRuleReference) throws WTPropertyVetoException Supported API: true- Throws:
WTPropertyVetoException- See Also:
-
getRepresentation
Supported API: true- Specified by:
getRepresentationin interface_EPMAlternateRepDefinitionRule- See Also:
-
getRepresentationReference
Supported API: true- Specified by:
getRepresentationReferencein interface_EPMAlternateRepDefinitionRule- See Also:
-
setRepresentation
public void setRepresentation(AlternateRepresentation the_representation) throws WTPropertyVetoException, WTException Supported API: true- Specified by:
setRepresentationin interface_EPMAlternateRepDefinitionRule- Throws:
WTPropertyVetoExceptionWTException- See Also:
-
setRepresentationReference
public void setRepresentationReference(ObjectReference the_representationReference) throws WTPropertyVetoException Supported API: true- Specified by:
setRepresentationReferencein interface_EPMAlternateRepDefinitionRule- Throws:
WTPropertyVetoException- See Also:
-
getParent
Supported API: true- Specified by:
getParentin interface_AlternateRepRule- See Also:
-
getParentReference
Supported API: true- Specified by:
getParentReferencein interface_AlternateRepRule- See Also:
-
setParent
Supported API: true- Specified by:
setParentin interface_AlternateRepRule- Throws:
WTPropertyVetoExceptionWTException- See Also:
-
setParentReference
Supported API: true- Specified by:
setParentReferencein interface_AlternateRepRule- Throws:
WTPropertyVetoException- See Also:
-