|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.core.meta.container.common.impl.ServerAssignedConstraint
com.ptc.windchill.enterprise.part.common.PartNumberServerAssignedConstraint
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private static TypeIdentifier |
containedTypeId
|
private static HashMap |
containerMap
|
private static AttributeTypeIdentifier |
containerReferenceATI
|
static long |
EXTERNALIZATION_VERSION_UID
|
static String |
ID_FOR_CONTAINER_TII
|
static String |
ID_FOR_ITERATION_TII
|
static String |
ID_FOR_ORG_TII
|
private static IdentifierFactory |
IDENTIFIER_FACTORY
|
private static String |
MASTER_REFERENCE_ID_STR
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private static String |
ORGANIZATION_REFERENCE_ID_STR
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
Constructor Summary | |
PartNumberServerAssignedConstraint()
|
Method Summary | |
private TypeInstanceIdentifier |
getContainerIdentifier(AttributeContainer attribute_container,
TypeInstanceIdentifier tii)
|
private TypeInstanceIdentifier |
getOrganizationIdentifier(AttributeContainer attribute_container,
TypeInstanceIdentifier tii)
|
void |
modify(Constrainable the_constrainable,
AttributeContainer the_attribute_container,
AssociationIdentifier the_association_identifier,
AttributeTypeIdentifier the_attribute_type_identifier,
Serializable the_enforcement_rule_data)
Adds an appropriate constraint to Constraintable. |
void |
readExternal(ObjectInput input)
Reads the non-transient fields of this class from an external source. |
private boolean |
readOldVersion(ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source, which is not the current version. |
protected boolean |
readVersion(PartNumberServerAssignedConstraint thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
Methods inherited from class com.ptc.core.meta.container.common.impl.ServerAssignedConstraint |
isAddValid, isRemoveValid, isUpdateValid, isValid, readVersion |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
public static final String ID_FOR_CONTAINER_TII
public static final String ID_FOR_ITERATION_TII
public static final String ID_FOR_ORG_TII
private static final String MASTER_REFERENCE_ID_STR
private static final String ORGANIZATION_REFERENCE_ID_STR
private static final IdentifierFactory IDENTIFIER_FACTORY
private static TypeIdentifier containedTypeId
private static AttributeTypeIdentifier containerReferenceATI
private static HashMap containerMap
Constructor Detail |
public PartNumberServerAssignedConstraint()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class ServerAssignedConstraint
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class ServerAssignedConstraint
input
-
IOException
ClassNotFoundException
protected boolean readVersion(PartNumberServerAssignedConstraint thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
thisObject
- input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
private boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
public void modify(Constrainable the_constrainable, AttributeContainer the_attribute_container, AssociationIdentifier the_association_identifier, AttributeTypeIdentifier the_attribute_type_identifier, Serializable the_enforcement_rule_data)
ServerAssignedConstraint
modify
in interface ConstraintEnforcementRule
modify
in class ServerAssignedConstraint
the_constrainable
- the_attribute_container
- the_association_identifier
- the_attribute_type_identifier
- the_enforcement_rule_data
- private TypeInstanceIdentifier getContainerIdentifier(AttributeContainer attribute_container, TypeInstanceIdentifier tii)
private TypeInstanceIdentifier getOrganizationIdentifier(AttributeContainer attribute_container, TypeInstanceIdentifier tii)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |