|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.windchill.esi.map.ESIGroupInfo
Manages information about Info*Engine Groups which are to be built by
the VDB builder.
Supported API: true
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private String |
logicalName
|
private ESIMapInfo |
mapInfo
|
private String |
physicalName
|
private boolean |
releaseActivityNeeded
|
private String |
releaseClass
|
private static String |
RESOURCE
|
Constructor Summary | |
(package private) |
ESIGroupInfo(String logicalName,
String physicalName,
ESIMapInfo mapInfo,
boolean isReleaseActivityNeeded,
String releaseClass)
Only constructor of the class, insures that the object is properly initialized. |
Method Summary | |
String |
getLogicalName()
Gets the value of the attribute: logicalName; The logical name to be used by the clients of this object when obtaining the object from the Group Information Manager. |
ESIMapInfo |
getMapInfo()
Gets the object for the association that plays role: mapInfo. |
Collection |
getMapSourceAttributes()
Returns a collection of Strings that represent the names of the source attributes. |
String |
getPhysicalName()
Gets the value of the attribute: physicalName; The actual name of the Info*Engine group that will be built by the VDB builder. |
String |
getReleaseClass()
Gets the value of the attribute: releaseClass; Value to assign to a ReleaseActivity.releaseClass, when the ReleaseActivity is created. |
boolean |
isReleaseActivityNeeded()
Gets the value of the attribute: releaseActivityNeeded; Are pending ReleaseActivity objects to be created when the Group's contents are processed by the VDB builder? Supported API: false |
void |
setReleaseActivityNeeded(boolean a_ReleaseActivityNeeded)
Sets the value of the attribute: releaseActivityNeeded; Are pending ReleaseActivity objects to be created when the Group's contents are processed by the VDB builder? Supported API: false |
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 String logicalName
private String physicalName
private boolean releaseActivityNeeded
private String releaseClass
private ESIMapInfo mapInfo
Constructor Detail |
ESIGroupInfo(String logicalName, String physicalName, ESIMapInfo mapInfo, boolean isReleaseActivityNeeded, String releaseClass)
logicalName
- The logical name for clients to use when accessing this object.physicalName
- The actual name of the VDB Group to be created.mapInfo
- The ESIMapInfo to use.isReleaseActivityNeeded
- Should ESI create a pending release activity for objects in this group?releaseClass
- Method Detail |
public String getLogicalName()
public String getPhysicalName()
public boolean isReleaseActivityNeeded()
public void setReleaseActivityNeeded(boolean a_ReleaseActivityNeeded) throws WTPropertyVetoException
a_ReleaseActivityNeeded
-
WTPropertyVetoException
public String getReleaseClass()
public ESIMapInfo getMapInfo()
public Collection getMapSourceAttributes() throws ESIMapException
ESIMapException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |