|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BuildRule | |
com.ptc.windchill.cadx.common.util | |
wt.build | |
wt.clients.prodmgmt | |
wt.clients.replication.unit | |
wt.epm.build |
Uses of BuildRule in com.ptc.windchill.cadx.common.util |
Methods in com.ptc.windchill.cadx.common.util that return BuildRule | |
static BuildRule |
GenericUtilities.createBuildRule(Object obj1,
Object obj2)
Supported API: false |
private static BuildRule |
GenericUtilities.createBuildRule(WTPart part,
EPMDocument doc)
|
Uses of BuildRule in wt.build |
Fields in wt.build declared as BuildRule | |
private BuildRule |
MigrationBuildUtility.VersionBuildInfo.buildRule
|
Methods in wt.build that return BuildRule | |
private BuildRule |
MigrationBuildUtility.VersionBuildInfo.getBuildRuleToBuild()
|
(package private) BuildRule |
MigrationBuildUtility.VersionBuildInfo.getBuildRule()
|
Methods in wt.build with parameters of type BuildRule | |
void |
VersionToVersionLinkBuildRuleCheckInEventDelegate.processEvent(BuildRule[] buildRules,
KeyedEvent event)
Supported API: false |
void |
ObjectToVersionLinkBuildRuleCheckInEventDelegate.processEvent(BuildRule[] buildRules,
KeyedEvent event)
Deprecated. |
void |
ObjectToObjectLinkBuildRuleCheckInEventDelegate.processEvent(BuildRule[] buildRules,
KeyedEvent event)
Deprecated. |
(package private) void |
MigrationBuildUtility.VersionBuildInfo.setBuildRule(BuildRule buildRule)
|
void |
DefaultBuildRuleEventDelegate.processEvent(BuildRule[] buildRules,
KeyedEvent event)
Supported API: false |
void |
BuildTargetEventDelegate.processEvent(BuildRule[] buildRules,
KeyedEvent event)
Supported API: false |
void |
BuildSourceEventDelegate.processEvent(BuildRule[] buildRules,
KeyedEvent event)
Supported API: false |
void |
BuildRuleUndoCheckOutEventDelegate.processEvent(BuildRule[] buildRules,
KeyedEvent event)
Supported API: false |
void |
BuildRuleEventDelegate.processEvent(BuildRule[] buildRules,
KeyedEvent event)
Supported API: false |
void |
BuildRuleDeleteEventDelegate.processEvent(BuildRule[] buildRules,
KeyedEvent event)
Supported API: false |
void |
BuildRuleCheckOutEventDelegate.processEvent(BuildRule[] buildRules,
KeyedEvent event)
Supported API: false |
void |
BuildRuleBuildTargetPreDeleteEventDelegate.processEvent(BuildRule[] buildRules,
KeyedEvent event)
Supported API: false |
void |
BuildRuleBuildSourcePreDeleteEventDelegate.processEvent(BuildRule[] buildRules,
KeyedEvent event)
Supported API: false |
BuildHistory |
BuildRuleBuildHistoryDelegate.getBuildHistory(BuildRule rule)
Supported API: false |
BuildHistory |
BuildHistoryDelegate.getBuildHistory(BuildRule rule)
Supported API: false |
BuildDelegate |
BuildDelegateFactory.getBuildDelegate(BuildRule rule)
Supported API: false |
BuildHistoryDelegate |
BuildDelegateFactory.getBuildHistoryDelegate(BuildRule rule)
Supported API: false |
BuildRuleEventDelegate |
BuildDelegateFactory.getBuildRuleEventDelegate(BuildRule rule,
KeyedEvent event)
Supported API: false |
BuildSourceEventDelegate |
BuildDelegateFactory.getBuildSourceEventDelegate(BuildRule rule,
KeyedEvent event)
Supported API: false |
BuildTargetEventDelegate |
BuildDelegateFactory.getBuildTargetEventDelegate(BuildRule rule,
KeyedEvent event)
Supported API: false |
Map |
BuildDelegateFactory.getBuildSourceEventDelegateMap(BuildRule[] buildRules,
KeyedEvent event)
Supported API: false |
Map |
BuildDelegateFactory.getBuildTargetEventDelegateMap(BuildRule[] buildRules,
KeyedEvent event)
Supported API: false |
Map |
BuildDelegateFactory.getBuildRuleEventDelegateMap(BuildRule[] buildRules,
KeyedEvent event)
Supported API: false |
Map |
BuildDelegateFactory.getBuildDelegateMap(BuildRule[] buildRules)
Supported API: false |
Map |
BuildDelegateFactory.getBuildHistoryDelegateMap(BuildRule[] buildRules)
Supported API: false |
String |
BuildDelegate.getApplicationTag(BuildRule rule)
Supported API: false |
QueryResult |
BuildDelegate.buildTargetMaster(BuildRule[] buildRules)
publishes attributes on source masters to target masters and return updated target masters. |
Uses of BuildRule in wt.clients.prodmgmt |
Fields in wt.clients.prodmgmt declared as BuildRule | |
private BuildRule |
BuildRuleItem.buildRule
|
Methods in wt.clients.prodmgmt that return BuildRule | |
static BuildRule[] |
PartHelper.getBuildRule(WTPart part)
Returns an array of BuildRule objects containing all BuildRules for the given part. |
static BuildRule |
PartHelper.deleteBuildRule(BuildRule rule)
Uses the PersistenceHelper to delete the given BuildRule. |
static BuildRule |
PartHelper.saveBuildRule(BuildRule rule)
Uses the PersistenceHelper to save the given BuildRule. |
BuildRule |
BuildRuleItem.getBuildRule()
Get the actual BuildRule association. |
Methods in wt.clients.prodmgmt with parameters of type BuildRule | |
static BuildRule |
PartHelper.deleteBuildRule(BuildRule rule)
Uses the PersistenceHelper to delete the given BuildRule. |
static BuildRule |
PartHelper.saveBuildRule(BuildRule rule)
Uses the PersistenceHelper to save the given BuildRule. |
void |
BuildRuleItem.setBuildRule(BuildRule buildRule)
Set the actual BuildRule association. |
Constructors in wt.clients.prodmgmt with parameters of type BuildRule | |
BuildRuleItem(BuildSourceItem buildSource,
PartItem buildTarget,
BuildRule buildRule)
Create a BuildRuleItem associating the specified SourceItem and PartItem using the existing BuildRule association. |
Uses of BuildRule in wt.clients.replication.unit |
Fields in wt.clients.replication.unit declared as BuildRule | |
private BuildRule |
BuildRuleItem.buildRule
|
Methods in wt.clients.replication.unit that return BuildRule | |
static BuildRule[] |
PartHelper.getBuildRule(WTPart part)
Gets the BuildRules for a Part. |
static BuildRule |
PartHelper.deleteBuildRule(BuildRule rule)
Deletes a BuildRule. |
static BuildRule |
PartHelper.saveBuildRule(BuildRule rule)
Save a BuildRule. |
BuildRule |
BuildRuleItem.getBuildRule()
Get the actual BuildRule association. |
Methods in wt.clients.replication.unit with parameters of type BuildRule | |
static BuildRule |
PartHelper.deleteBuildRule(BuildRule rule)
Deletes a BuildRule. |
static BuildRule |
PartHelper.saveBuildRule(BuildRule rule)
Save a BuildRule. |
void |
BuildRuleItem.setBuildRule(BuildRule buildRule)
Set the actual BuildRule association. |
Constructors in wt.clients.replication.unit with parameters of type BuildRule | |
BuildRuleItem(BuildSourceItem buildSource,
PartItem buildTarget,
BuildRule buildRule)
Create a BuildRuleItem associating the specified SourceItem and PartItem using the existing BuildRule association. |
Uses of BuildRule in wt.epm.build |
Classes in wt.epm.build that implement BuildRule | |
class |
EPMBuildLinksRule
This class is non-supported and may be removed at any time. |
class |
EPMBuildRule
This class is non-supported and may be removed at any time. |
Methods in wt.epm.build with parameters of type BuildRule | |
void |
EPMBuildTargetEventDelegate.processEvent(BuildRule[] buildRules,
KeyedEvent event)
Supported API: false |
void |
EPMBuildSourceEventDelegate.processEvent(BuildRule[] buildRules,
KeyedEvent event)
Supported API: false |
void |
EPMBuildSandboxUndoCheckoutEventDelegate.processEvent(BuildRule[] buildRules,
KeyedEvent event)
Supported API: false |
void |
EPMBuildSandboxCheckoutEventDelegate.processEvent(BuildRule[] buildRules,
KeyedEvent event)
Supported API: false |
private Versioned |
EPMBuildSandboxCheckoutEventDelegate.workingCopyOf(Versioned original,
BuildRule[] links)
|
void |
EPMBuildSandboxCheckinEventDelegate.processEvent(BuildRule[] buildRules,
KeyedEvent event)
Supported API: false |
private Versioned |
EPMBuildSandboxCheckinEventDelegate.originalCopyOf(Versioned workingCopy,
BuildRule[] buildRules)
|
void |
EPMBuildRuleUndoCheckoutEventDelegate.processEvent(BuildRule[] buildRules,
KeyedEvent event)
Supported API: false |
private Workable |
EPMBuildRuleUndoCheckoutEventDelegate.workingCopyOf(Workable original,
BuildRule[] links)
|
void |
EPMBuildRuleEventDelegate.processEvent(BuildRule[] buildRules,
KeyedEvent event)
Supported API: false |
void |
EPMBuildRuleCheckoutEventDelegate.processEvent(BuildRule[] buildRules,
KeyedEvent event)
Supported API: false |
private Workable |
EPMBuildRuleCheckoutEventDelegate.workingCopyOf(Workable original,
BuildRule[] links)
|
void |
EPMBuildRuleCheckinEventDelegate.processEvent(BuildRule[] buildRules,
KeyedEvent event)
Supported API: false |
private Workable |
EPMBuildRuleCheckinEventDelegate.originalCopyOf(Workable workingCopy,
BuildRule[] buildRules)
|
BuildHistory |
EPMBuildHistoryDelegate.getBuildHistory(BuildRule rule)
Supported API: false |
String |
EPMBuildDelegate.getApplicationTag(BuildRule rule)
Supported API: false |
QueryResult |
EPMBuildDelegate.buildTargetMaster(BuildRule[] buildRules)
publishes attributes on source masters to target masters and return updated target masters. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |