|
|||||||||||
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.meeting.Meeting
Base class which other types of meetings subclass.
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
static String |
CONTAINER
Label for the attribute. |
private WTContainerRef |
containerReference
|
private String |
description
|
static String |
DESCRIPTION
Label for the attribute. |
private static int |
DESCRIPTION_UPPER_LIMIT
|
static String |
DIAL_IN
Label for the attribute. |
static String |
DIAL_IN_DESCRIPTION
Label for the attribute. |
private static int |
DIAL_IN_DESCRIPTION_UPPER_LIMIT
|
private static int |
DIAL_IN_UPPER_LIMIT
|
private String |
dialIn
|
private String |
dialInDescription
|
private long |
duration
|
static String |
DURATION
Label for the attribute. |
private AclEntrySet |
entrySet
|
static long |
EXTERNALIZATION_VERSION_UID
|
private WTPrincipalReference |
host
|
static String |
HOST
Label for the attribute; From 6.2 onwards, this points to the owner of the meeting , Meetings created in 6.0 after migration have a non-null hostRef but a null host, so always check for meeting.getHost() != null && meeting.getHost().getObject() != null. |
private IndexerSet |
indexerSet
|
static String |
MEETING_STATUS
Label for the attribute. |
private static int |
MEETING_STATUS_UPPER_LIMIT
|
static String |
MEETING_TYPE
Label for the attribute. |
private static int |
MEETING_TYPE_UPPER_LIMIT
|
private String |
name
|
static String |
NAME
Label for the attribute. |
private static int |
NAME_UPPER_LIMIT
|
private static String |
newActionItemRef
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private static String |
oldActionItemRef
|
private Ownership |
ownership
|
private long |
periodicity
|
static String |
PERIODICITY
Label for the attribute. |
static long |
R60_EXTERNALIZATION_VERSION_UID
|
static long |
R62_EXTERNALIZATION_VERSION_UID
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
static String |
START_TIME
Label for the attribute. |
private Timestamp |
startTime
|
static String |
TEMPLATED_AGENDA
Label for the attribute. |
static String |
TEMPLATED_AGENDA_REFERENCE
Label for the attribute. |
static String |
TEMPLATED_MINUTES
Label for the attribute. |
static String |
TEMPLATED_MINUTES_REFERENCE
Label for the attribute. |
static String |
TEXT_AGENDA
Label for the attribute. |
static String |
TEXT_AGENDA_REFERENCE
Label for the attribute. |
static String |
TEXT_MINUTES
Label for the attribute. |
static String |
TEXT_MINUTES_REFERENCE
Label for the attribute. |
private MeetingStatus |
theMeetingStatus
|
private MeetingType |
theMeetingType
|
private ObjectReference |
theTemplatedAgendaReference
|
private ObjectReference |
theTemplatedMinutesReference
|
private ObjectReference |
theTextAgendaReference
|
private ObjectReference |
theTextMinutesReference
|
private boolean |
VERBOSE
|
Fields inherited from class wt.enterprise.Simple |
|
Fields inherited from class wt.fc.WTObject |
CREATE_TIMESTAMP, MODIFY_TIMESTAMP |
Fields inherited from interface wt.access.AdHocControlled |
ENTRY_SET |
Fields inherited from interface wt.fc.Persistable |
IDENTITY, PERSIST_INFO, TYPE |
Fields inherited from interface wt.ownership.Ownable |
OWNERSHIP |
Fields inherited from interface wt.admin.DomainAdministered |
DOMAIN_REF, INHERITED_DOMAIN |
Fields inherited from interface wt.index.Indexable |
INDEXER_SET |
Fields inherited from interface wt.inf.container.WTContained |
CONTAINER_ID, CONTAINER_NAME, CONTAINER_REFERENCE |
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 | |
Meeting()
|
Method Summary | |
private void |
containerReferenceValidate(WTContainerRef a_ContainerReference)
|
private void |
descriptionValidate(String a_Description)
|
private void |
dialInDescriptionValidate(String a_DialInDescription)
|
private void |
dialInValidate(String a_DialIn)
|
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. |
abstract Meeting |
fromMeetingCenterMeetingInfo(MeetingCenterMeetingInfo theMeeting)
Supported API: false |
Agenda |
getAgenda()
Supported API: false |
ObjectReference |
getAgendaReference()
Supported API: false |
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. |
String |
getDescription()
Gets the value of the attribute: DESCRIPTION. |
String |
getDialIn()
Gets the value of the attribute: DIAL_IN. |
String |
getDialInDescription()
Gets the value of the attribute: DIAL_IN_DESCRIPTION. |
long |
getDuration()
Gets the value of the attribute: DURATION. |
AclEntrySet |
getEntrySet()
Gets the value of the attribute: ENTRY_SET. |
WTPrincipalReference |
getHost()
Gets the value of the attribute: HOST. |
IndexerSet |
getIndexerSet()
Gets the value of the attribute: INDEXER_SET. |
MeetingStatus |
getMeetingStatus()
Gets the object for the association that plays role: MEETING_STATUS. |
abstract MeetingType |
getMeetingType()
Supported API: false |
Minutes |
getMinutes()
Supported API: false |
ObjectReference |
getMinutesReference()
Supported API: false |
String |
getName()
Gets the value of the attribute: NAME. |
Ownership |
getOwnership()
Gets the object for the association that plays role: OWNERSHIP. |
long |
getPeriodicity()
Gets the value of the attribute: PERIODICITY. |
Timestamp |
getStartTime()
Gets the value of the attribute: START_TIME. |
TemplatedAgenda |
getTemplatedAgenda()
Gets the object for the association that plays role: TEMPLATED_AGENDA. |
ObjectReference |
getTemplatedAgendaReference()
Gets the value of the attribute: TEMPLATED_AGENDA_REFERENCE. |
TemplatedMinutes |
getTemplatedMinutes()
Gets the object for the association that plays role: TEMPLATED_MINUTES. |
ObjectReference |
getTemplatedMinutesReference()
Gets the value of the attribute: TEMPLATED_MINUTES_REFERENCE. |
TextAgenda |
getTextAgenda()
Gets the object for the association that plays role: TEXT_AGENDA. |
ObjectReference |
getTextAgendaReference()
Gets the value of the attribute: TEXT_AGENDA_REFERENCE. |
TextMinutes |
getTextMinutes()
Gets the object for the association that plays role: TEXT_MINUTES. |
ObjectReference |
getTextMinutesReference()
Gets the value of the attribute: TEXT_MINUTES_REFERENCE. |
int |
hashCode()
Returns a hash code for this object based upon its ObjectIdentifier . |
private void |
hostValidate(WTPrincipalReference a_Host)
|
protected MeetingType |
meetingType()
Supported API: false |
private void |
nameValidate(String a_Name)
|
protected MeetingCenterMeetingInfo |
populateBaseInfo()
Supported API: false |
protected void |
populateMeetingFromInfo(MeetingCenterMeetingInfo theMeeting)
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(Meeting thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
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 |
setDescription(String a_Description)
Sets the value of the attribute: DESCRIPTION. |
void |
setDialIn(String a_DialIn)
Sets the value of the attribute: DIAL_IN. |
void |
setDialInDescription(String a_DialInDescription)
Sets the value of the attribute: DIAL_IN_DESCRIPTION. |
void |
setDuration(long a_Duration)
Sets the value of the attribute: DURATION. |
void |
setEntrySet(AclEntrySet a_EntrySet)
Sets the value of the attribute: ENTRY_SET. |
void |
setHost(WTPrincipalReference a_Host)
Sets the value of the attribute: HOST. |
void |
setIndexerSet(IndexerSet a_IndexerSet)
Sets the value of the attribute: INDEXER_SET. |
void |
setMeetingStatus(MeetingStatus a_MeetingStatus)
Sets the object for the association that plays role: MEETING_STATUS. |
void |
setMeetingType(MeetingType mType)
Supported API: false |
void |
setName(String a_Name)
Sets the value of the attribute: NAME. |
void |
setOwnership(Ownership a_Ownership)
Sets the object for the association that plays role: OWNERSHIP. |
void |
setPeriodicity(long a_Periodicity)
Sets the value of the attribute: PERIODICITY. |
void |
setStartTime(Timestamp a_StartTime)
Sets the value of the attribute: START_TIME. |
void |
setTemplatedAgenda(TemplatedAgenda a_TemplatedAgenda)
Sets the object for the association that plays role: TEMPLATED_AGENDA. |
void |
setTemplatedAgendaReference(ObjectReference a_TemplatedAgendaReference)
Sets the value of the attribute: TEMPLATED_AGENDA_REFERENCE. |
void |
setTemplatedMinutes(TemplatedMinutes a_TemplatedMinutes)
Sets the object for the association that plays role: TEMPLATED_MINUTES. |
void |
setTemplatedMinutesReference(ObjectReference a_TemplatedMinutesReference)
Sets the value of the attribute: TEMPLATED_MINUTES_REFERENCE. |
void |
setTextAgenda(TextAgenda a_TextAgenda)
Sets the object for the association that plays role: TEXT_AGENDA. |
void |
setTextAgendaReference(ObjectReference a_TextAgendaReference)
Sets the value of the attribute: TEXT_AGENDA_REFERENCE. |
void |
setTextMinutes(TextMinutes a_TextMinutes)
Sets the object for the association that plays role: TEXT_MINUTES. |
void |
setTextMinutesReference(ObjectReference a_TextMinutesReference)
Sets the value of the attribute: TEXT_MINUTES_REFERENCE. |
private void |
theMeetingStatusValidate(MeetingStatus a_MeetingStatus)
|
private void |
theTemplatedAgendaReferenceValidate(ObjectReference a_TemplatedAgendaReference)
|
private void |
theTemplatedMinutesReferenceValidate(ObjectReference a_TemplatedMinutesReference)
|
private void |
theTextAgendaReferenceValidate(ObjectReference a_TextAgendaReference)
|
private void |
theTextMinutesReferenceValidate(ObjectReference a_TextMinutesReference)
|
abstract MeetingCenterMeetingInfo |
toMeetingCenterMeetingInfo()
Supported API: false |
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, getIdentity, initialize, 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, toString |
Methods inherited from class java.lang.Object |
clone, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface wt.fc.NetFactor |
getClassInfo, getConceptualClassname |
Methods inherited from interface wt.fc.Persistable |
checkAttributes, getIdentity, getPersistInfo, getType, setPersistInfo |
Methods inherited from interface wt.admin.DomainAdministered |
getDomainRef, isInheritedDomain, setDomainRef, setInheritedDomain |
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 HOST
private WTPrincipalReference host
public static final String DURATION
private long duration
public static final String DIAL_IN
private static int DIAL_IN_UPPER_LIMIT
private String dialIn
public static final String DIAL_IN_DESCRIPTION
private static int DIAL_IN_DESCRIPTION_UPPER_LIMIT
private String dialInDescription
public static final String PERIODICITY
private long periodicity
public static final String START_TIME
private Timestamp startTime
public static final String TEXT_MINUTES
public static final String TEXT_MINUTES_REFERENCE
private ObjectReference theTextMinutesReference
public static final String TEXT_AGENDA
public static final String TEXT_AGENDA_REFERENCE
private ObjectReference theTextAgendaReference
public static final String TEMPLATED_AGENDA
public static final String TEMPLATED_AGENDA_REFERENCE
private ObjectReference theTemplatedAgendaReference
public static final String TEMPLATED_MINUTES
public static final String TEMPLATED_MINUTES_REFERENCE
private ObjectReference theTemplatedMinutesReference
public static final String MEETING_STATUS
private static int MEETING_STATUS_UPPER_LIMIT
private MeetingStatus theMeetingStatus
public static final String MEETING_TYPE
private static int MEETING_TYPE_UPPER_LIMIT
private MeetingType theMeetingType
private AclEntrySet entrySet
private Ownership ownership
private IndexerSet indexerSet
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 R60_EXTERNALIZATION_VERSION_UID
public static final long R62_EXTERNALIZATION_VERSION_UID
private boolean VERBOSE
private static final String oldActionItemRef
private static final String newActionItemRef
Constructor Detail |
public Meeting()
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(Meeting 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) throws WTPropertyVetoException
a_Name
-
WTPropertyVetoException
private void nameValidate(String a_Name) throws WTPropertyVetoException
a_Name
-
WTPropertyVetoException
public String getDescription()
public void setDescription(String a_Description) throws WTPropertyVetoException
a_Description
-
WTPropertyVetoException
private void descriptionValidate(String a_Description) throws WTPropertyVetoException
a_Description
-
WTPropertyVetoException
public WTPrincipalReference getHost()
public void setHost(WTPrincipalReference a_Host) throws WTPropertyVetoException
a_Host
-
WTPropertyVetoException
private void hostValidate(WTPrincipalReference a_Host) throws WTPropertyVetoException
a_Host
-
WTPropertyVetoException
public long getDuration()
public void setDuration(long a_Duration) throws WTPropertyVetoException
a_Duration
-
WTPropertyVetoException
public String getDialIn()
public void setDialIn(String a_DialIn) throws WTPropertyVetoException
a_DialIn
-
WTPropertyVetoException
private void dialInValidate(String a_DialIn) throws WTPropertyVetoException
a_DialIn
-
WTPropertyVetoException
public String getDialInDescription()
public void setDialInDescription(String a_DialInDescription) throws WTPropertyVetoException
a_DialInDescription
-
WTPropertyVetoException
private void dialInDescriptionValidate(String a_DialInDescription) throws WTPropertyVetoException
a_DialInDescription
-
WTPropertyVetoException
public long getPeriodicity()
public void setPeriodicity(long a_Periodicity) throws WTPropertyVetoException
a_Periodicity
-
WTPropertyVetoException
public Timestamp getStartTime()
public void setStartTime(Timestamp a_StartTime) throws WTPropertyVetoException
a_StartTime
-
WTPropertyVetoException
public TextMinutes getTextMinutes()
public void setTextMinutes(TextMinutes a_TextMinutes) throws WTPropertyVetoException, WTException
a_TextMinutes
-
WTPropertyVetoException
WTException
public ObjectReference getTextMinutesReference()
public void setTextMinutesReference(ObjectReference a_TextMinutesReference) throws WTPropertyVetoException
a_TextMinutesReference
-
WTPropertyVetoException
private void theTextMinutesReferenceValidate(ObjectReference a_TextMinutesReference) throws WTPropertyVetoException
a_TextMinutesReference
-
WTPropertyVetoException
public TextAgenda getTextAgenda()
public void setTextAgenda(TextAgenda a_TextAgenda) throws WTPropertyVetoException, WTException
a_TextAgenda
-
WTPropertyVetoException
WTException
public ObjectReference getTextAgendaReference()
public void setTextAgendaReference(ObjectReference a_TextAgendaReference) throws WTPropertyVetoException
a_TextAgendaReference
-
WTPropertyVetoException
private void theTextAgendaReferenceValidate(ObjectReference a_TextAgendaReference) throws WTPropertyVetoException
a_TextAgendaReference
-
WTPropertyVetoException
public TemplatedAgenda getTemplatedAgenda()
public void setTemplatedAgenda(TemplatedAgenda a_TemplatedAgenda) throws WTPropertyVetoException, WTException
a_TemplatedAgenda
-
WTPropertyVetoException
WTException
public ObjectReference getTemplatedAgendaReference()
public void setTemplatedAgendaReference(ObjectReference a_TemplatedAgendaReference) throws WTPropertyVetoException
a_TemplatedAgendaReference
-
WTPropertyVetoException
private void theTemplatedAgendaReferenceValidate(ObjectReference a_TemplatedAgendaReference) throws WTPropertyVetoException
a_TemplatedAgendaReference
-
WTPropertyVetoException
public TemplatedMinutes getTemplatedMinutes()
public void setTemplatedMinutes(TemplatedMinutes a_TemplatedMinutes) throws WTPropertyVetoException, WTException
a_TemplatedMinutes
-
WTPropertyVetoException
WTException
public ObjectReference getTemplatedMinutesReference()
public void setTemplatedMinutesReference(ObjectReference a_TemplatedMinutesReference) throws WTPropertyVetoException
a_TemplatedMinutesReference
-
WTPropertyVetoException
private void theTemplatedMinutesReferenceValidate(ObjectReference a_TemplatedMinutesReference) throws WTPropertyVetoException
a_TemplatedMinutesReference
-
WTPropertyVetoException
public MeetingStatus getMeetingStatus()
public void setMeetingStatus(MeetingStatus a_MeetingStatus) throws WTPropertyVetoException
a_MeetingStatus
-
WTPropertyVetoException
private void theMeetingStatusValidate(MeetingStatus a_MeetingStatus) throws WTPropertyVetoException
a_MeetingStatus
-
WTPropertyVetoException
protected MeetingCenterMeetingInfo populateBaseInfo() throws WTException
WTException
protected void populateMeetingFromInfo(MeetingCenterMeetingInfo theMeeting) throws WTException
theMeeting
-
WTException
public Agenda getAgenda()
public Minutes getMinutes()
public ObjectReference getAgendaReference()
public ObjectReference getMinutesReference()
public abstract MeetingCenterMeetingInfo toMeetingCenterMeetingInfo() throws WTException
WTException
public abstract Meeting fromMeetingCenterMeetingInfo(MeetingCenterMeetingInfo theMeeting) throws WTException
theMeeting
-
WTException
public abstract MeetingType getMeetingType()
public void setMeetingType(MeetingType mType)
mType
- protected MeetingType meetingType()
public AclEntrySet getEntrySet()
getEntrySet
in interface AdHocControlled
public void setEntrySet(AclEntrySet a_EntrySet)
setEntrySet
in interface AdHocControlled
a_EntrySet
- public Ownership getOwnership()
getOwnership
in interface Ownable
public void setOwnership(Ownership a_Ownership)
setOwnership
in interface Ownable
a_Ownership
- public IndexerSet getIndexerSet()
getIndexerSet
in interface Indexable
public void setIndexerSet(IndexerSet a_IndexerSet)
setIndexerSet
in interface Indexable
a_IndexerSet
- 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
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |