|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.fc.WTObject
wt.ixb.conflictFramework.ElementImportInfo
Use the newElementImportInfo
static factory method(s), not
the ElementImportInfo
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: false
Extendable: false
Fields inherited from class wt.fc.WTObject |
CREATE_TIMESTAMP, MODIFY_TIMESTAMP |
Fields inherited from interface wt.fc.Persistable |
IDENTITY, PERSIST_INFO, TYPE |
Fields inherited from interface wt.identity.DisplayIdentification |
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPE |
Constructor Summary | |
ElementImportInfo()
|
Method Summary | |
private void |
actionParametersValidate(String a_ActionParameters)
|
private void |
actionValidate(String a_Action)
|
boolean |
equals(Object obj)
Indicates whether the given object is equal to this object from a persistence perspective, by comparing the two objects ObjectIdentifier s. |
private void |
fileXmlDisplayIdValidate(String a_FileXmlDisplayId)
|
private void |
fileXmlIdValidate(String a_FileXmlId)
|
String |
getAction()
Gets the value of the attribute: ACTION. |
String |
getActionParameters()
Gets the value of the attribute: ACTION_PARAMETERS. |
String |
getConceptualClassname()
Deprecated. |
String |
getFileXmlDisplayId()
Gets the value of the attribute: FILE_XML_DISPLAY_ID. |
String |
getFileXmlId()
Gets the value of the attribute: FILE_XML_ID. |
ImportSession |
getImportSession()
Gets the object for the association that plays role: IMPORT_SESSION. |
ObjectReference |
getImportSessionReference()
Gets the value of the attribute: IMPORT_SESSION_REFERENCE. |
String |
getMatchingObjDisplayId()
Gets the value of the attribute: MATCHING_OBJ_DISPLAY_ID. |
String |
getMatchingObjId()
Gets the value of the attribute: MATCHING_OBJ_ID. |
int |
hashCode()
Returns a hash code for this object based upon its ObjectIdentifier . |
private void |
importSessionReferenceValidate(ObjectReference a_ImportSessionReference)
|
boolean |
isUserDefinedActionSet()
Gets the value of the attribute: USER_DEFINED_ACTION_SET. |
private void |
matchingObjDisplayIdValidate(String a_MatchingObjDisplayId)
|
private void |
matchingObjIdValidate(String a_MatchingObjId)
|
static ElementImportInfo |
newElementImportInfo()
Default factory for the class. |
void |
readExternal(ObjectInput input)
Reads the non-transient fields of this class from an external source. |
void |
readExternal(PersistentRetrieveIfc input)
Used by Persistent Data Service to populate the persistent attributes of this class from a persistent store. |
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(ElementImportInfo thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
setAction(String a_Action)
Sets the value of the attribute: ACTION. |
void |
setActionParameters(String a_ActionParameters)
Sets the value of the attribute: ACTION_PARAMETERS. |
void |
setFileXmlDisplayId(String a_FileXmlDisplayId)
Sets the value of the attribute: FILE_XML_DISPLAY_ID. |
void |
setFileXmlId(String a_FileXmlId)
Sets the value of the attribute: FILE_XML_ID. |
void |
setImportSession(ImportSession a_ImportSession)
Sets the object for the association that plays role: IMPORT_SESSION. |
void |
setImportSessionReference(ObjectReference a_ImportSessionReference)
Sets the value of the attribute: IMPORT_SESSION_REFERENCE. |
void |
setMatchingObjDisplayId(String a_MatchingObjDisplayId)
Sets the value of the attribute: MATCHING_OBJ_DISPLAY_ID. |
void |
setMatchingObjId(String a_MatchingObjId)
Sets the value of the attribute: MATCHING_OBJ_ID. |
void |
setUserDefinedActionSet(boolean a_UserDefinedActionSet)
Sets the value of the attribute: USER_DEFINED_ACTION_SET. |
void |
update(String objId,
String objDisplayId,
String action,
String actionParams)
|
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
void |
writeExternal(PersistentStoreIfc output)
Used by Persistent Data Service to obtain the values of the persistent attributes of this class, so they can be written to a persistent store. |
Methods inherited from class wt.fc.WTObject |
checkAttributes, duplicate, finalize, getClassInfo, getCreateTimestamp, getDisplayIdentifier, getDisplayIdentity, getDisplayType, getIdentity, getModifyTimestamp, getPersistInfo, getType, initialize, readVersion, setPersistInfo, toString |
Methods inherited from class java.lang.Object |
clone, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
public static final String FILE_XML_ID
private static int FILE_XML_ID_UPPER_LIMIT
private String fileXmlId
public static final String FILE_XML_DISPLAY_ID
private static int FILE_XML_DISPLAY_ID_UPPER_LIMIT
private String fileXmlDisplayId
public static final String MATCHING_OBJ_ID
private static int MATCHING_OBJ_ID_UPPER_LIMIT
private String matchingObjId
public static final String MATCHING_OBJ_DISPLAY_ID
private static int MATCHING_OBJ_DISPLAY_ID_UPPER_LIMIT
private String matchingObjDisplayId
public static final String ACTION
private static int ACTION_UPPER_LIMIT
private String action
public static final String ACTION_PARAMETERS
private static int ACTION_PARAMETERS_UPPER_LIMIT
private String actionParameters
public static final String USER_DEFINED_ACTION_SET
private boolean userDefinedActionSet
public static final String IMPORT_SESSION
public static final String IMPORT_SESSION_REFERENCE
private ObjectReference importSessionReference
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
Constructor Detail |
public ElementImportInfo()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class WTObject
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class WTObject
input
-
IOException
ClassNotFoundException
protected boolean readVersion(ElementImportInfo 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 writeExternal(PersistentStoreIfc output) throws SQLException, DatastoreException
(Not intended for general use.)
Supported API: false
writeExternal
in interface ObjectMappable
writeExternal
in class WTObject
output
-
SQLException
DatastoreException
public void readExternal(PersistentRetrieveIfc input) throws SQLException, DatastoreException
(Not intended for general
use.)
Supported API: false
readExternal
in interface ObjectMappable
readExternal
in class WTObject
input
-
SQLException
DatastoreException
public String getConceptualClassname()
getConceptualClassname
in interface NetFactor
public String getFileXmlId()
public void setFileXmlId(String a_FileXmlId) throws WTPropertyVetoException
a_FileXmlId
-
WTPropertyVetoException
private void fileXmlIdValidate(String a_FileXmlId) throws WTPropertyVetoException
a_FileXmlId
-
WTPropertyVetoException
public String getFileXmlDisplayId()
public void setFileXmlDisplayId(String a_FileXmlDisplayId) throws WTPropertyVetoException
a_FileXmlDisplayId
-
WTPropertyVetoException
private void fileXmlDisplayIdValidate(String a_FileXmlDisplayId) throws WTPropertyVetoException
a_FileXmlDisplayId
-
WTPropertyVetoException
public String getMatchingObjId()
public void setMatchingObjId(String a_MatchingObjId) throws WTPropertyVetoException
a_MatchingObjId
-
WTPropertyVetoException
private void matchingObjIdValidate(String a_MatchingObjId) throws WTPropertyVetoException
a_MatchingObjId
-
WTPropertyVetoException
public String getMatchingObjDisplayId()
public void setMatchingObjDisplayId(String a_MatchingObjDisplayId) throws WTPropertyVetoException
a_MatchingObjDisplayId
-
WTPropertyVetoException
private void matchingObjDisplayIdValidate(String a_MatchingObjDisplayId) throws WTPropertyVetoException
a_MatchingObjDisplayId
-
WTPropertyVetoException
public String getAction()
public void setAction(String a_Action) throws WTPropertyVetoException
a_Action
-
WTPropertyVetoException
private void actionValidate(String a_Action) throws WTPropertyVetoException
a_Action
-
WTPropertyVetoException
public String getActionParameters()
public void setActionParameters(String a_ActionParameters) throws WTPropertyVetoException
a_ActionParameters
-
WTPropertyVetoException
private void actionParametersValidate(String a_ActionParameters) throws WTPropertyVetoException
a_ActionParameters
-
WTPropertyVetoException
public boolean isUserDefinedActionSet()
public void setUserDefinedActionSet(boolean a_UserDefinedActionSet) throws WTPropertyVetoException
a_UserDefinedActionSet
-
WTPropertyVetoException
public ImportSession getImportSession()
public void setImportSession(ImportSession a_ImportSession) throws WTPropertyVetoException, WTException
a_ImportSession
-
WTPropertyVetoException
WTException
public ObjectReference getImportSessionReference()
public void setImportSessionReference(ObjectReference a_ImportSessionReference) throws WTPropertyVetoException
a_ImportSessionReference
-
WTPropertyVetoException
private void importSessionReferenceValidate(ObjectReference a_ImportSessionReference) throws WTPropertyVetoException
a_ImportSessionReference
-
WTPropertyVetoException
public static ElementImportInfo newElementImportInfo() throws WTException
WTException
public boolean equals(Object obj)
ObjectIdentifier
s.
Changed or stale copies are still considered equal by this method.
Delegates to PersistenceHelper.equals(Persistable,Object)
.
Warning: Certain core Windchill operations may depend upon
equals
being ObjectIdentifier
-based. Changes
to the default implementation should be done with care, if at all.
Supported API: false
equals
in class WTObject
obj
-
public int hashCode()
ObjectIdentifier
.
Delegates to PersistenceHelper.hashCode(Persistable)
.
Warning: Certain core Windchill operations may depend upon
hashCode
being ObjectIdentifier-based
. Changes
to the default implementation should be done with care, if at all.
Supported API: false
hashCode
in class WTObject
public void update(String objId, String objDisplayId, String action, String actionParams) throws WTPropertyVetoException
WTPropertyVetoException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |