Package wt.structfilter.rule.attribute
Class AttributeStructFilterRule
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.structfilter.rule.attribute._AttributeStructFilterRule
wt.structfilter.rule.attribute.AttributeStructFilterRule
- All Implemented Interfaces:
Externalizable,Serializable,wt.alternaterep._AlternateRepDefinitionRule,wt.alternaterep.AlternateRepDefinitionRule,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,NetFactor,ObjectMappable,Persistable,DisplayIdentification,wt.structfilter.rule._StructFilterRule,StructFilterRule
@GenAsPersistable(superClass=WTObject.class,interfaces=StructFilterRule.class,properties={@GeneratedProperty(name="objectTypeIdentifier",type=java.lang.String.class),@GeneratedProperty(name="linkTypeIdentifier",type=java.lang.String.class)},tableProperties=@TableProperties(compositeIndex1="+ownerReference.key.id"))
public class AttributeStructFilterRule
extends wt.structfilter.rule.attribute._AttributeStructFilterRule
Use the newAttributeStructFilterRule static factory method(s),
not the AttributeStructFilterRule constructor, to construct
instances of this class. Instances must be constructed using the static
factory(s), in order to ensure proper initialization of the instance.
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields inherited from class wt.structfilter.rule.attribute._AttributeStructFilterRule
EXTERNALIZATION_VERSION_UID, LINK_TYPE_IDENTIFIER, OBJECT_TYPE_IDENTIFIERFields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.structfilter.rule._StructFilterRule
OWNER, OWNER_REFERENCE, RULE_ORDER, STRUCT_FILTER_ACTIONFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.fc.Persistable
IDENTITY, TYPE -
Method Summary
Modifier and TypeMethodDescriptionList of AttributeStructFilterExpression
Supported API: trueMethods inherited from class wt.structfilter.rule.attribute._AttributeStructFilterRule
getClassInfo, getConceptualClassname, getLinkTypeIdentifier, getObjectTypeIdentifier, getOwner, getOwnerReference, getRuleOrder, getStructFilterAction, getType, readExternal, readVersion, setLinkTypeIdentifier, setObjectTypeIdentifier, setOwner, setOwnerReference, setRuleOrder, setStructFilterAction, super_readExternal_AttributeStructFilterRule, super_readVersion_AttributeStructFilterRule, super_writeExternal_AttributeStructFilterRule, writeExternalMethods 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
-
Method Details
-
getExpressionList
List of AttributeStructFilterExpression
Supported API: true
-