|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.sandbox.InitialCheckinData
Base class container for caller data supported by SandboxService upon
initial object check in. This data is applied to newly created initial
check-in versions before they are saved by InitialCheckinDataApplicator.
Subclasses of this class can be used if a suitable subclass of InitialCheckinDataApplicator
is used to provide support for any additional data.
Supported API: false
Extendable: false
Field Summary | |
private String |
cadName
|
private static String |
CLASSNAME
|
static long |
EXTERNALIZATION_VERSION_UID
|
private Folder |
folder
|
private LifeCycleTemplateReference |
lifeCycleTemplateRef
|
private String |
name
|
private String |
number
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
private WTContainerRef |
targetContainerRef
|
private TeamTemplateReference |
teamTemplateRef
|
private ViewReference |
view
|
Constructor Summary | |
InitialCheckinData()
|
Method Summary | |
String |
getCadName()
Gets the value of the attribute: cadName; CAD name to be given to object master (ignored if master is not an EPMDocumentMaster) Supported API: false |
Folder |
getFolder()
Gets the value of the attribute: folder; folder checked in object is to be placed in Supported API: false |
LifeCycleTemplateReference |
getLifeCycleTemplateRef()
Gets the value of the attribute: lifeCycleTemplateRef; reference to lifecycle template to be applied to checked in object Supported API: false |
String |
getName()
Gets the value of the attribute: name; name to be given to object master Supported API: false |
String |
getNumber()
Gets the value of the attribute: number; number to be given to object master Supported API: false |
WTContainerRef |
getTargetContainerRef()
Gets the value of the attribute: targetContainerRef; container object is to be checked in to Supported API: false |
TeamTemplateReference |
getTeamTemplateRef()
Gets the value of the attribute: teamTemplateRef; reference to team template to be applied to checked-in object Supported API: false |
ViewReference |
getView()
Gets the value of the attribute: view; view object is to be assigned to (ignored if object is not ViewManaged) Supported API: false |
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(InitialCheckinData thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
setCadName(String a_CadName)
Sets the value of the attribute: cadName; CAD name to be given to object master (ignored if master is not an EPMDocumentMaster) Supported API: false |
void |
setFolder(Folder a_Folder)
Sets the value of the attribute: folder; folder checked in object is to be placed in Supported API: false |
void |
setLifeCycleTemplateRef(LifeCycleTemplateReference a_LifeCycleTemplateRef)
Sets the value of the attribute: lifeCycleTemplateRef; reference to lifecycle template to be applied to checked in object Supported API: false |
void |
setName(String a_Name)
Sets the value of the attribute: name; name to be given to object master Supported API: false |
void |
setNumber(String a_Number)
Sets the value of the attribute: number; number to be given to object master Supported API: false |
void |
setTargetContainerRef(WTContainerRef a_TargetContainerRef)
Sets the value of the attribute: targetContainerRef; container object is to be checked in to Supported API: false |
void |
setTeamTemplateRef(TeamTemplateReference a_TeamTemplateRef)
Sets the value of the attribute: teamTemplateRef; reference to team template to be applied to checked-in object Supported API: false |
void |
setView(ViewReference a_View)
Sets the value of the attribute: view; view object is to be assigned to (ignored if object is not ViewManaged) Supported API: false |
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
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
private WTContainerRef targetContainerRef
private Folder folder
private TeamTemplateReference teamTemplateRef
private LifeCycleTemplateReference lifeCycleTemplateRef
private ViewReference view
private String number
private String name
private String cadName
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
Constructor Detail |
public InitialCheckinData()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
input
-
IOException
ClassNotFoundException
protected boolean readVersion(InitialCheckinData 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 WTContainerRef getTargetContainerRef()
public void setTargetContainerRef(WTContainerRef a_TargetContainerRef)
a_TargetContainerRef
- public Folder getFolder()
public void setFolder(Folder a_Folder)
a_Folder
- public TeamTemplateReference getTeamTemplateRef()
public void setTeamTemplateRef(TeamTemplateReference a_TeamTemplateRef)
a_TeamTemplateRef
- public LifeCycleTemplateReference getLifeCycleTemplateRef()
public void setLifeCycleTemplateRef(LifeCycleTemplateReference a_LifeCycleTemplateRef)
a_LifeCycleTemplateRef
- public ViewReference getView()
public void setView(ViewReference a_View)
a_View
- public String getNumber()
public void setNumber(String a_Number)
a_Number
- public String getName()
public void setName(String a_Name)
a_Name
- public String getCadName()
public void setCadName(String a_CadName)
a_CadName
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |