com.ptc.windchill.esi.map
Class ESIGroupInfo

java.lang.Object
  extended by com.ptc.windchill.esi.map.ESIGroupInfo

public final class ESIGroupInfo
extends Object

Manages information about Info*Engine Groups which are to be built by the VDB builder.

Supported API: true

Extendable: false


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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLogicalName

public 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.

Supported API: true

Returns:
String

getPhysicalName

public 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.

Supported API: true

Returns:
String

getReleaseClass

public String getReleaseClass()
Gets the value of the attribute: releaseClass; Value to assign to a ReleaseActivity.releaseClass, when the ReleaseActivity is created.

Supported API: true

Returns:
String

getMapInfo

public ESIMapInfo getMapInfo()
Gets the object for the association that plays role: mapInfo.

Supported API: true

Returns:
ESIMapInfo

getMapSourceAttributes

public Collection getMapSourceAttributes()
                                  throws ESIMapException
Returns a collection of Strings that represent the names of the source attributes.

Supported API: true

Returns:
Collection
Throws:
ESIMapException