|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EPMContainedIn | |
wt.epm | |
wt.epm.familytable | |
wt.epm.ndi.impl | |
wt.epm.retriever | |
wt.epm.structure | |
wt.epm.upload | |
wt.ixb.handlers.netmarkets.prodstruct |
Uses of EPMContainedIn in wt.epm |
Fields in wt.epm declared as EPMContainedIn | |
EPMContainedIn |
EPMStandardDocumentManager.LinkObjectInfo.link
|
Methods in wt.epm that return EPMContainedIn | |
private static EPMContainedIn |
ReviseManagerUtility.getContainedInLink(EPMDocument generic,
EPMDocument instance)
|
Constructors in wt.epm with parameters of type EPMContainedIn | |
EPMStandardDocumentManager.LinkObjectInfo(EPMContainedIn aLink,
EPMDocument container)
|
Uses of EPMContainedIn in wt.epm.familytable |
Methods in wt.epm.familytable that return EPMContainedIn | |
EPMContainedIn |
EPMFamilyTableCellContainedInLink.getContainer()
Gets the object for the association that plays role: CONTAINER_ROLE. |
EPMContainedIn |
EPMFamilyTableCell.getContainer()
Gets the object for the association that plays role: CONTAINER. |
Methods in wt.epm.familytable with parameters of type EPMContainedIn | |
static EPMFamilyTableCellDependency |
EPMFamilyTableCellDependency.newEPMFamilyTableCellDependency(boolean inherited,
boolean definedHere,
EPMFamilyTableColumn column,
EPMContainedIn containedInLink)
Supported API: false |
protected void |
EPMFamilyTableCellDependency.initialize(boolean inherited,
boolean definedHere,
EPMFamilyTableColumn column,
EPMContainedIn containedInLink)
Supports initialization, following construction of an instance. |
void |
EPMFamilyTableCellContainedInLink.setContainer(EPMContainedIn container)
Sets the object for the association that plays role: CONTAINER_ROLE. |
static EPMFamilyTableCellContainedInLink |
EPMFamilyTableCellContainedInLink.newEPMFamilyTableCellContainedInLink(EPMContainedIn container,
EPMFamilyTableCell cell)
Default factory for the class. |
void |
EPMFamilyTableCell.setContainer(EPMContainedIn a_Container)
Sets the object for the association that plays role: CONTAINER. |
static EPMFamilyTableCell |
EPMFamilyTableCell.newEPMFamilyTableCell(boolean inherited,
boolean definedHere,
EPMFamilyTableColumn column,
EPMContainedIn containedInLink)
Supported API: false |
protected void |
EPMFamilyTableCell.initialize(boolean inherited,
boolean definedHere,
EPMFamilyTableColumn column,
EPMContainedIn containedInLink)
Supports initialization, following construction of an instance. |
Uses of EPMContainedIn in wt.epm.ndi.impl |
Fields in wt.epm.ndi.impl declared as EPMContainedIn | |
private EPMContainedIn |
EPMNDFamilyTableMemberImpl.link
|
Methods in wt.epm.ndi.impl that return EPMContainedIn | |
EPMContainedIn |
NDICache.getContainedIn(EPMDocument instance)
Returns EPMContainedIn link to the familyTable in workspace |
Methods in wt.epm.ndi.impl with parameters of type EPMContainedIn | |
EPMFamilyTableCell |
NDICache.getFTCell(EPMContainedIn link,
EPMFamilyTableColumn column)
|
Uses of EPMContainedIn in wt.epm.retriever |
Methods in wt.epm.retriever that return EPMContainedIn | |
EPMContainedIn |
FamilyTableResult.getEPMContainedInLink(EPMDocument member)
Returns EPMContainedIn link of the given member. |
EPMContainedIn |
FamilyTableResult.getEPMContainedInLink(EPMDocument member)
Returns EPMContainedIn link of the given member. |
Uses of EPMContainedIn in wt.epm.structure |
Methods in wt.epm.structure that return EPMContainedIn | |
EPMContainedIn |
EPMStandardStructureService.copyContainedInLink(EPMContainedIn link,
EPMDocument contains,
EPMFamilyTable container)
Within a transaction, create a new contained link link from an existing contained in link and set the ends based on the values passed in. |
EPMContainedIn |
EPMSrvStructureService.copyContainedInLink(EPMContainedIn link,
EPMDocument contains,
EPMFamilyTable container)
Within a transaction, create a new contained link link from an existing contained in link and set the ends based on the values passed in. |
static EPMContainedIn |
EPMContainedIn.newEPMContainedIn(EPMDocument containedObject,
EPMFamilyTable container,
String identifier,
EPMContainedObjectType containedType)
Constructs an EPMContainedIn link that associates two EPMDocuments where one holds an object contained in the other, such as a family instance and its family table. |
protected static EPMContainedIn |
EPMContainedIn.newEPMContainedIn(EPMContainedIn original)
Copy Constructor for used by the EPMStandardStructureService to copy forward an EPMContainedIn link. |
Methods in wt.epm.structure with parameters of type EPMContainedIn | |
static void |
StructureServiceUtility.preDeleteEPMContainedIn(EPMContainedIn link)
|
EPMContainedIn |
EPMStandardStructureService.copyContainedInLink(EPMContainedIn link,
EPMDocument contains,
EPMFamilyTable container)
Within a transaction, create a new contained link link from an existing contained in link and set the ends based on the values passed in. |
protected void |
EPMStandardStructureService.validatePreModify(EPMContainedIn containedInLink)
|
EPMContainedIn |
EPMSrvStructureService.copyContainedInLink(EPMContainedIn link,
EPMDocument contains,
EPMFamilyTable container)
Within a transaction, create a new contained link link from an existing contained in link and set the ends based on the values passed in. |
protected boolean |
EPMContainedIn.readVersion(EPMContainedIn thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
protected static EPMContainedIn |
EPMContainedIn.newEPMContainedIn(EPMContainedIn original)
Copy Constructor for used by the EPMStandardStructureService to copy forward an EPMContainedIn link. |
protected void |
EPMContainedIn.initialize(EPMContainedIn original)
Supports initialization, following construction of an instance. |
Uses of EPMContainedIn in wt.epm.upload |
Methods in wt.epm.upload that return EPMContainedIn | |
EPMContainedIn |
CacheDocument.getEPMContainedInLink()
|
EPMContainedIn |
CacheDocument.CacheContainedInLink.getContainedInLink()
|
Methods in wt.epm.upload with parameters of type EPMContainedIn | |
CacheDocument.CacheContainedInLink |
CacheDocument.createCacheContainedInLink(EPMContainedIn link)
|
Cache.CacheDocument |
Cache.cacheMemberAndContainedInLink(EPMDocument instance,
EPMContainedIn containedIn)
|
Constructors in wt.epm.upload with parameters of type EPMContainedIn | |
CacheDocument.CacheContainedInLink(CacheObjectOwner owner,
EPMContainedIn link)
|
Uses of EPMContainedIn in wt.ixb.handlers.netmarkets.prodstruct |
Methods in wt.ixb.handlers.netmarkets.prodstruct with parameters of type EPMContainedIn | |
void |
NmEPMContainedInHandler.exportAttributes(EPMContainedIn contained_in,
IxbElement elem,
Exporter exporter)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |