|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.fc.WTObject
wt.enterprise.Simple
wt.workflow.definer.WfTemplateObject
WfTemplateObject
is the base class for the workflow definition
objects. It defines meta information about data flow behavior and other
attributes.
The association of transitions to expressions is accomplished using
the definer service.
Supported API: true
Extendable: false
WfExecutionObject
,
WfRobotActivityTemplate
,
WfAssignedActivityTemplate
,
Serialized FormField Summary | |
private WfTemplateCategory |
category
|
static String |
CATEGORY
Label for the attribute; Classification attribute. |
private static int |
CATEGORY_UPPER_LIMIT
|
private static String |
CLASSNAME
|
static String |
CONTAINER
Label for the attribute. |
private WTContainerRef |
containerReference
|
static String |
CONTEXT_SIGNATURE
Label for the attribute; Map between variable names and their types. |
private ProcessDataInfo |
contextSignature
|
private String |
description
|
static String |
DESCRIPTION
Label for the attribute; Description of the execution object. |
private static int |
DESCRIPTION_UPPER_LIMIT
|
private TimeToElapse |
duration
|
static String |
DURATION
Label for the attribute; Time allowed for the object instantiated from the template to complete. |
static String |
EVENT_CONFIGURATION
Label for the attribute; Stores information about which events are stored and/or emitted during execution of the derived process. |
private WfEventConfiguration |
eventConfiguration
|
static long |
EXTERNALIZATION_VERSION_UID
|
static String |
ICON_NAME
Label for the attribute; Name of the icon associated with object. |
private static int |
ICON_NAME_UPPER_LIMIT
|
private String |
iconName
|
private String |
name
|
static String |
NAME
Label for the attribute; Human readable, descriptive identifier of the execution object. |
private static int |
NAME_UPPER_LIMIT
|
protected static long |
OLD_FORMAT_VERSION_UID
|
(package private) static String |
ORG_ATTRIBUTE
|
static String |
OVERDUE_NOTIFICATION_LIST
Label for the attribute; List of roles of people to be notifified if the execution object becomes overdue. |
private static int |
OVERDUE_NOTIFICATION_LIST_UPPER_LIMIT
|
private RoleVector |
overdueNotificationList
|
protected static String |
PARENT_LINK_REF
Label for the attribute; Reference to the ProcessStepTemplateLink that associates the template object to its parent template. |
private ObjectReference |
parentLinkRef
|
private WfContainerTemplateReference |
parentTemplate
|
static String |
PROCESS_DURATION
Label for the attribute; Time allowed for the object instantiated from the template to complete, counting from the start of the host process execution. |
private TimeToElapse |
processDuration
|
static long |
R30_EXTERNALIZATION_VERSION_UID
|
static long |
R60_EXTERNALIZATION_VERSION_UID
|
private static String |
RESOURCE
|
static String |
RESPONSIBLE_ROLE
Label for the attribute; Role responsible for taking action when the execution object becomes overdue or an exception/abort occurs. |
private static int |
RESPONSIBLE_ROLE_UPPER_LIMIT
|
private Role |
responsibleRole
|
private static int |
ROUTER_TYPE_UPPER_LIMIT
|
private WfRouterType |
routerType
|
static String |
SELF_VARIABLE_NAME
|
(package private) static long |
serialVersionUID
|
static String |
START_DELAY
Label for the attribute; Time in milliseconds the execution of the derived instance should delay measured from the start transition is issued. |
static String |
START_PROCESS_DELAY
Label for the attribute; Time in milliseconds the execution of the derived instance should delay measured from the start of the hosting process. |
private TimeToElapse |
startDelay
|
private TimeToElapse |
startProcessDelay
|
static String |
TIME_PAST_DEADLINE
Label for the attribute; Time in milliseconds the execution after the deadline is reached that a notification is sent to the appropriate parties. |
static String |
TIME_TO_DEADLINE
Label for the attribute; Time in milliseconds the execution before the deadline is reached that a notification is sent to the appropriate parties. |
private TimeToElapse |
timePastDeadline
|
private TimeToElapse |
timeToDeadline
|
private static int |
USER_EVENT_LIST_UPPER_LIMIT
|
private UserEventVector |
userEventList
|
private long |
xCoord
|
private long |
yCoord
|
Fields inherited from class wt.enterprise.Simple |
|
Fields inherited from class wt.fc.WTObject |
CREATE_TIMESTAMP, MODIFY_TIMESTAMP |
Fields inherited from interface wt.workflow.definer.WfNodeTemplate |
PARENT_TEMPLATE, ROUTER_TYPE, USER_EVENT_LIST, X_COORD, Y_COORD |
Fields inherited from interface wt.fc.Persistable |
IDENTITY, PERSIST_INFO, TYPE |
Fields inherited from interface wt.inf.container.WTContained |
CONTAINER_ID, CONTAINER_NAME, CONTAINER_REFERENCE |
Fields inherited from interface wt.admin.DomainAdministered |
DOMAIN_REF, INHERITED_DOMAIN |
Fields inherited from interface wt.fc.BusinessInformation |
BUSINESS_TYPE, IDENTITY |
Fields inherited from interface wt.notify.Notifiable |
EVENT_SET |
Fields inherited from interface wt.identity.DisplayIdentification |
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPE |
Constructor Summary | |
WfTemplateObject()
|
Method Summary | |
boolean |
addOverdueNotificationRole(Role role)
Adds role to overdue notification list. |
boolean |
addUserEvent(Object usr_evt)
Adds a user event to the user events of the template object. |
private void |
containerReferenceValidate(WTContainerRef a_ContainerReference)
|
abstract WfTemplateObject |
copy()
Produces a transient, shallow copy of the object. |
abstract WfTemplateObject |
copy(WTContainerRef context_ref)
Produces a transient, shallow copy of the object. |
protected void |
copyAttributes(WfTemplateObject template)
Copies all attributes into the template object passed as argument. |
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. |
WfTemplateCategory |
getCategory()
Gets the value of the attribute: CATEGORY. |
WTContainer |
getContainer()
Gets the object for the association that plays role: CONTAINER. |
String |
getContainerName()
Gets the value of the attribute: CONTAINER_NAME. |
WTContainerRef |
getContainerReference()
Gets the value of the attribute: CONTAINER_REFERENCE. |
ProcessDataInfo |
getContextSignature()
Gets the value of the attribute: CONTEXT_SIGNATURE. |
String |
getDescription()
Gets the value of the attribute: DESCRIPTION. |
Enumeration |
getDestinationActions()
Return all events that can occur with the object as destination of a workflow link. |
TimeToElapse |
getDuration()
Gets the value of the attribute: DURATION. |
WfEventConfiguration |
getEventConfiguration()
Gets the value of the attribute: EVENT_CONFIGURATION. |
abstract Class |
getExecObjClass()
Returns the class of the execution object instantiated by theis class. |
String |
getIconName()
Gets the value of the attribute: ICON_NAME. |
String |
getIdentity()
Returns template's identity. |
String |
getName()
Gets the value of the attribute: NAME. |
RoleVector |
getOverdueNotificationList()
Gets the value of the attribute: OVERDUE_NOTIFICATION_LIST. |
Enumeration |
getOverdueNotificationRoles()
Returns all roles in the overdue notification list. |
protected ObjectReference |
getParentLinkRef()
Gets the value of the attribute: PARENT_LINK_REF. |
WfContainerTemplateReference |
getParentTemplate()
Gets the value of the attribute: PARENT_TEMPLATE. |
Enumeration |
getPredecessors()
This method returns an enumeration (of type NodeTemplateLink) containing the predecessor links of the template. |
TimeToElapse |
getProcessDuration()
Gets the value of the attribute: PROCESS_DURATION. |
private WfRequester |
getRequester(WfAdHocActivity new_obj)
|
Role |
getResponsibleRole()
Gets the value of the attribute: RESPONSIBLE_ROLE. |
WfRouterType |
getRouterType()
Gets the value of the attribute: ROUTER_TYPE. |
Enumeration |
getSourceEvents()
Return all events that can occur with the object as source of a workflow link. |
TimeToElapse |
getStartDelay()
Gets the value of the attribute: START_DELAY. |
TimeToElapse |
getStartProcessDelay()
Gets the value of the attribute: START_PROCESS_DELAY. |
Enumeration |
getSuccessors()
This method returns an enumeration (of type NodeTemplateLink) containing the successor links of the template. |
TimeToElapse |
getTimePastDeadline()
Gets the value of the attribute: TIME_PAST_DEADLINE. |
TimeToElapse |
getTimeToDeadline()
Gets the value of the attribute: TIME_TO_DEADLINE. |
UserEventVector |
getUserEventList()
Gets the value of the attribute: USER_EVENT_LIST. |
Object[] |
getUserEvents()
Returns an array of user-defined events. |
long |
getXCoord()
Gets the value of the attribute: X_COORD. |
long |
getYCoord()
Gets the value of the attribute: Y_COORD. |
int |
hashCode()
Returns a hash code for this object based upon its ObjectIdentifier . |
private void |
iconNameValidate(String a_IconName)
|
protected void |
initialize()
Supported API: false |
protected void |
initialize(WTContainerRef context_ref)
Supported API: false |
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(WfTemplateObject thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
boolean |
removeOverdueNotificationRole(Role role)
Removes role from overdue notification list. |
boolean |
removeUserEvent(Object usr_evt)
Removes a user event from the user events of the template object. |
void |
setAttributes(WfActivity activity)
Convenience method that sets variable mapping and both basic and router attributes. |
void |
setBasicAttributes(WfExecutionObject new_obj)
Sets basic attributes on the execution object passed as argument. |
void |
setCategory(WfTemplateCategory a_Category)
Sets the value of the attribute: CATEGORY. |
void |
setContainer(WTContainer a_Container)
Sets the object for the association that plays role: CONTAINER. |
void |
setContainerReference(WTContainerRef a_ContainerReference)
Sets the value of the attribute: CONTAINER_REFERENCE. |
void |
setContextSignature(ProcessDataInfo a_ContextSignature)
Sets the value of the attribute: CONTEXT_SIGNATURE. |
void |
setDescription(String a_Description)
Sets the value of the attribute: DESCRIPTION. |
void |
setDuration(TimeToElapse a_Duration)
Sets the value of the attribute: DURATION. |
void |
setEventConfiguration(WfEventConfiguration a_EventConfiguration)
Sets the value of the attribute: EVENT_CONFIGURATION. |
void |
setIconName(String a_IconName)
Sets the value of the attribute: ICON_NAME. |
void |
setLinkRef(ObjectReference link_ref)
Temporary work-around to allow setting of the parent link ref. |
void |
setName(String a_Name)
Sets the value of the attribute: NAME. |
void |
setOverdueNotificationList(RoleVector a_OverdueNotificationList)
Sets the value of the attribute: OVERDUE_NOTIFICATION_LIST. |
protected void |
setParentLinkRef(ObjectReference a_ParentLinkRef)
Sets the value of the attribute: PARENT_LINK_REF. |
protected void |
setParentTemplate(WfContainerTemplateReference a_ParentTemplate)
Sets the value of the attribute: PARENT_TEMPLATE. |
void |
setProcessDuration(TimeToElapse a_ProcessDuration)
Sets the value of the attribute: PROCESS_DURATION. |
void |
setResponsibleRole(Role a_ResponsibleRole)
Sets the value of the attribute: RESPONSIBLE_ROLE. |
void |
setRouterAttributes(WfActivity activity)
Sets router attributes on the activity object passed as argument. |
void |
setRouterType(WfRouterType a_RouterType)
Sets the value of the attribute: ROUTER_TYPE. |
void |
setStartDelay(TimeToElapse a_StartDelay)
Sets the value of the attribute: START_DELAY. |
void |
setStartProcessDelay(TimeToElapse a_StartProcessDelay)
Sets the value of the attribute: START_PROCESS_DELAY. |
void |
setTimePastDeadline(TimeToElapse a_TimePastDeadline)
Sets the value of the attribute: TIME_PAST_DEADLINE. |
void |
setTimeToDeadline(TimeToElapse a_TimeToDeadline)
Sets the value of the attribute: TIME_TO_DEADLINE. |
void |
setUserEventList(UserEventVector a_UserEventList)
Sets the value of the attribute: USER_EVENT_LIST. |
void |
setVariableMapping(WfActivity activity)
Sets input/output varible mapping attributes on the activity object passed as argument. |
void |
setXCoord(long a_XCoord)
Sets the value of the attribute: X_COORD. |
void |
setYCoord(long a_YCoord)
Sets the value of the attribute: Y_COORD. |
String |
toString()
Returns string representation of the object. |
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.enterprise.Simple |
getBusinessType, getDomainRef, getEventSet, isInheritedDomain, readVersion, setDomainRef, setEventSet, setInheritedDomain |
Methods inherited from class wt.fc.WTObject |
checkAttributes, duplicate, finalize, getClassInfo, getCreateTimestamp, getDisplayIdentifier, getDisplayIdentity, getDisplayType, getModifyTimestamp, getPersistInfo, getType, readVersion, setPersistInfo |
Methods inherited from class java.lang.Object |
clone, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface wt.workflow.definer.WfNodeTemplate |
createWfNode |
Methods inherited from interface wt.fc.Persistable |
checkAttributes, getPersistInfo, getType, setPersistInfo |
Methods inherited from interface wt.fc.NetFactor |
getClassInfo, getConceptualClassname |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
public static final String NAME
private static int NAME_UPPER_LIMIT
private String name
public static final String DESCRIPTION
private static int DESCRIPTION_UPPER_LIMIT
private String description
public static final String CATEGORY
private static int CATEGORY_UPPER_LIMIT
private WfTemplateCategory category
public static final String CONTEXT_SIGNATURE
private ProcessDataInfo contextSignature
public static final String ICON_NAME
private static int ICON_NAME_UPPER_LIMIT
private String iconName
public static final String DURATION
private TimeToElapse duration
public static final String PROCESS_DURATION
private TimeToElapse processDuration
public static final String EVENT_CONFIGURATION
private WfEventConfiguration eventConfiguration
public static final String START_DELAY
private TimeToElapse startDelay
public static final String START_PROCESS_DELAY
private TimeToElapse startProcessDelay
public static final String TIME_TO_DEADLINE
private TimeToElapse timeToDeadline
public static final String TIME_PAST_DEADLINE
private TimeToElapse timePastDeadline
public static final String RESPONSIBLE_ROLE
private static int RESPONSIBLE_ROLE_UPPER_LIMIT
private Role responsibleRole
public static final String OVERDUE_NOTIFICATION_LIST
private static int OVERDUE_NOTIFICATION_LIST_UPPER_LIMIT
private RoleVector overdueNotificationList
protected static final String PARENT_LINK_REF
Note: the storage of a reference to the link is for performance reasons,
to avoid navigating to the link.
Supported API: false
private ObjectReference parentLinkRef
private long xCoord
private long yCoord
private static int ROUTER_TYPE_UPPER_LIMIT
private WfRouterType routerType
private static int USER_EVENT_LIST_UPPER_LIMIT
private UserEventVector userEventList
private WfContainerTemplateReference parentTemplate
public static final String CONTAINER
private WTContainerRef containerReference
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
public static final long R30_EXTERNALIZATION_VERSION_UID
public static final long R60_EXTERNALIZATION_VERSION_UID
public static final String SELF_VARIABLE_NAME
static final String ORG_ATTRIBUTE
Constructor Detail |
public WfTemplateObject()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class Simple
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class Simple
input
-
IOException
ClassNotFoundException
protected boolean readVersion(WfTemplateObject 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 Simple
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 Simple
input
-
SQLException
DatastoreException
public String getName()
public void setName(String a_Name)
a_Name
- public String getDescription()
public void setDescription(String a_Description)
a_Description
- public WfTemplateCategory getCategory()
public void setCategory(WfTemplateCategory a_Category)
a_Category
- public ProcessDataInfo getContextSignature()
public void setContextSignature(ProcessDataInfo a_ContextSignature)
a_ContextSignature
- public String getIconName()
public void setIconName(String a_IconName) throws WTPropertyVetoException
a_IconName
-
WTPropertyVetoException
private void iconNameValidate(String a_IconName) throws WTPropertyVetoException
a_IconName
-
WTPropertyVetoException
public TimeToElapse getDuration()
public void setDuration(TimeToElapse a_Duration)
a_Duration
- public TimeToElapse getProcessDuration()
public void setProcessDuration(TimeToElapse a_ProcessDuration)
a_ProcessDuration
- public WfEventConfiguration getEventConfiguration()
public void setEventConfiguration(WfEventConfiguration a_EventConfiguration)
a_EventConfiguration
- public TimeToElapse getStartDelay()
public void setStartDelay(TimeToElapse a_StartDelay)
a_StartDelay
- public TimeToElapse getStartProcessDelay()
public void setStartProcessDelay(TimeToElapse a_StartProcessDelay)
a_StartProcessDelay
- public TimeToElapse getTimeToDeadline()
public void setTimeToDeadline(TimeToElapse a_TimeToDeadline) throws WTPropertyVetoException
a_TimeToDeadline
-
WTPropertyVetoException
public TimeToElapse getTimePastDeadline()
public void setTimePastDeadline(TimeToElapse a_TimePastDeadline) throws WTPropertyVetoException
a_TimePastDeadline
-
WTPropertyVetoException
public Role getResponsibleRole()
public void setResponsibleRole(Role a_ResponsibleRole)
a_ResponsibleRole
- public RoleVector getOverdueNotificationList()
public void setOverdueNotificationList(RoleVector a_OverdueNotificationList)
a_OverdueNotificationList
- protected ObjectReference getParentLinkRef()
Note: the storage of a reference to the link is for performance
reasons, to avoid navigating to the link.
Supported API: false
protected void setParentLinkRef(ObjectReference a_ParentLinkRef)
Note: the storage of a reference to the link is for performance
reasons, to avoid navigating to the link.
Supported API: false
a_ParentLinkRef
- public String toString()
toString
in class WTObject
public String getIdentity()
getIdentity
in interface Persistable
getIdentity
in class Simple
public Enumeration getSuccessors() throws WTException
getSuccessors
in interface WfNodeTemplate
WTException
public Enumeration getPredecessors() throws WTException
getPredecessors
in interface WfNodeTemplate
WTException
public Enumeration getSourceEvents()
getSourceEvents
in interface WfNodeTemplate
public Enumeration getDestinationActions()
getDestinationActions
in interface WfNodeTemplate
protected void copyAttributes(WfTemplateObject template)
template
- public abstract WfTemplateObject copy() throws WTException
WTException
public boolean addUserEvent(Object usr_evt)
addUserEvent
in interface WfNodeTemplate
usr_evt
-
public boolean removeUserEvent(Object usr_evt)
removeUserEvent
in interface WfNodeTemplate
usr_evt
-
public Object[] getUserEvents()
getUserEvents
in interface WfNodeTemplate
public void setBasicAttributes(WfExecutionObject new_obj) throws WTException
new_obj
-
WTException
public void setRouterAttributes(WfActivity activity) throws WTException
activity
-
WTException
public void setVariableMapping(WfActivity activity) throws WTException
activity
-
WTException
public void setAttributes(WfActivity activity) throws WTException
activity
-
WTException
public Enumeration getOverdueNotificationRoles()
public boolean addOverdueNotificationRole(Role role)
role
-
public boolean removeOverdueNotificationRole(Role role)
role
-
public abstract Class getExecObjClass()
protected void initialize(WTContainerRef context_ref) throws WTException
context_ref
-
WTException
public abstract WfTemplateObject copy(WTContainerRef context_ref) throws WTException
context_ref
-
WTException
public long getXCoord()
getXCoord
in interface WfNodeTemplate
public void setXCoord(long a_XCoord) throws WTPropertyVetoException
setXCoord
in interface WfNodeTemplate
a_XCoord
-
WTPropertyVetoException
public long getYCoord()
getYCoord
in interface WfNodeTemplate
public void setYCoord(long a_YCoord) throws WTPropertyVetoException
setYCoord
in interface WfNodeTemplate
a_YCoord
-
WTPropertyVetoException
public WfRouterType getRouterType()
getRouterType
in interface WfNodeTemplate
public void setRouterType(WfRouterType a_RouterType)
setRouterType
in interface WfNodeTemplate
a_RouterType
- public UserEventVector getUserEventList()
getUserEventList
in interface WfNodeTemplate
public void setUserEventList(UserEventVector a_UserEventList)
setUserEventList
in interface WfNodeTemplate
a_UserEventList
- public WfContainerTemplateReference getParentTemplate()
getParentTemplate
in interface WfNodeTemplate
protected void setParentTemplate(WfContainerTemplateReference a_ParentTemplate)
a_ParentTemplate
- public String getContainerName()
WTContainer
this object is assigned to.
getContainerName
in interface WTContained
public WTContainer getContainer()
getContainer
in interface WTContained
public void setContainer(WTContainer a_Container) throws WTPropertyVetoException, WTException
setContainer
in interface WTContained
a_Container
-
WTPropertyVetoException
WTException
public WTContainerRef getContainerReference()
getContainerReference
in interface WTContained
public void setContainerReference(WTContainerRef a_ContainerReference) throws WTPropertyVetoException
setContainerReference
in interface WTContained
a_ContainerReference
-
WTPropertyVetoException
private void containerReferenceValidate(WTContainerRef a_ContainerReference) throws WTPropertyVetoException
a_ContainerReference
-
WTPropertyVetoException
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 Simple
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 Simple
protected void initialize() throws WTException
Simple
initialize
in class Simple
WTException
private WfRequester getRequester(WfAdHocActivity new_obj) throws WTException
WTException
public void setLinkRef(ObjectReference link_ref)
In the first opportunity setParentLinkRef should be made public and this method removed as unnecessary.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |