|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContainerSpec | |
com.ptc.core.foundation.container.common | |
com.ptc.core.foundation.container.server | |
com.ptc.core.foundation.container.server.impl | |
com.ptc.core.query.common | Describes the interfaces and relationships for specifying type based queries of Windchill persistent data. |
com.ptc.core.query.common.impl | |
wt.inf.container | |
wt.inf.team |
Uses of ContainerSpec in com.ptc.core.foundation.container.common |
Methods in com.ptc.core.foundation.container.common with parameters of type ContainerSpec | |
WTContainer[] |
FdnWTContainerServiceFwd.getWTContainersForCreatableType(ContainerSpec containerSpec,
TypeIdentifier type)
Returns all of the containers (matching the containerSpec) that the user can create the given type in. |
WTContainer[] |
FdnWTContainerServiceFwd.getWTContainersForCreatableDocTemplateType(ContainerSpec containerSpec,
TypeIdentifier docType)
Returns all of the containers (matching the containerSpec) that the user can create the given type in. |
WTContainer[] |
FdnWTContainerService.getWTContainersForCreatableType(ContainerSpec containerSpec,
TypeIdentifier type)
Returns all of the containers (matching the containerSpec) that the user can create the given type in. |
WTContainer[] |
FdnWTContainerService.getWTContainersForCreatableDocTemplateType(ContainerSpec containerSpec,
TypeIdentifier docType)
Returns all of the containers (matching the containerSpec) that the user can create the given type in. |
Uses of ContainerSpec in com.ptc.core.foundation.container.server |
Methods in com.ptc.core.foundation.container.server with parameters of type ContainerSpec | |
WTContainer[] |
StandardFdnWTContainerService.getWTContainersForCreatableType(ContainerSpec containerSpec,
TypeIdentifier type)
Returns all of the containers (matching the containerSpec) that the user can create the given type in. |
WTContainer[] |
StandardFdnWTContainerService.getWTContainersForCreatableDocTemplateType(ContainerSpec containerSpec,
TypeIdentifier docType)
Returns all of the containers (matching the containerSpec) that the user can create the given type in. |
private WTContainer[] |
StandardFdnWTContainerService.getWTContainersForCreatableType(ContainerSpec containerSpec,
TypeIdentifier type,
boolean docTemplate)
Gets all the containers for which the user can actually create the specified type. |
Uses of ContainerSpec in com.ptc.core.foundation.container.server.impl |
Fields in com.ptc.core.foundation.container.server.impl declared as ContainerSpec | |
private static ContainerSpec |
DefaultFindInPDMContainerCommandSubDelegate.CONTAINER_SPEC
|
Uses of ContainerSpec in com.ptc.core.query.common |
Methods in com.ptc.core.query.common that return ContainerSpec | |
ContainerSpec |
ContainerSpecAttributeContainerFunction.getContainerSpec()
Gets the value of the attribute: containerSpec; The ContainerSpec to process. |
Methods in com.ptc.core.query.common with parameters of type ContainerSpec | |
void |
ContainerSpecAttributeContainerFunction.setContainerSpec(ContainerSpec a_ContainerSpec)
Sets the value of the attribute: containerSpec; The ContainerSpec to process. |
Uses of ContainerSpec in com.ptc.core.query.common.impl |
Methods in com.ptc.core.query.common.impl with parameters of type ContainerSpec | |
static AttributeContainerSet |
CriteriaHelperImpl.newCriteria(ContainerSpec a_containerSpec,
boolean a_negated)
Creates a criteria for the specified ContainerSpec. |
static AttributeContainerSet |
CriteriaHelperImpl.newCriteria(ContainerSpec a_containerSpec,
boolean a_negated,
Class[] search_classes)
Creates a criteria for the specified ContainerSpec and set of search classes. |
Uses of ContainerSpec in wt.inf.container |
Fields in wt.inf.container declared as ContainerSpec | |
private ContainerSpec |
ContainerSpecWhereCondition.containerSpec
|
private ContainerSpec |
ContainerSpecWhereCondition.containerSpec
|
Methods in wt.inf.container that return ContainerSpec | |
ContainerSpec |
ContainerSpecWhereCondition.getContainerSpec()
Gets the value of the attribute: containerSpec; The ContainerSpec
to use to generate a WhereExpression
Supported API: false |
ContainerSpec |
ContainerSpecWhereCondition.getContainerSpec()
Gets the value of the attribute: containerSpec; The ContainerSpec
to use to generate a WhereExpression
Supported API: false |
Methods in wt.inf.container with parameters of type ContainerSpec | |
QueryResult |
WTContainerServiceFwd.getContainers(ContainerSpec spec)
Gets the containers specified in the ContainerSpec . |
QueryResult |
WTContainerService.getContainers(ContainerSpec spec)
Gets the containers specified in the ContainerSpec . |
static StatementSpec |
WTContainerHelper.getStatementForContainersIn(ContainerSpec spec)
Returns a statement that can be used to build non-standard container queries. |
static StatementSpec |
WTContainerHelper.getStatementForSearchClasses(ContainerSpec spec,
Class[] search_classes)
Creates a StatementSpec that will find instances of the
specified search classes that are either contained by or shared into
a WTContainer specified by the supplied ContainerSpec
Supported API: false |
static WhereExpression |
WTContainerHelper.getWhereContainerIn(ContainerSpec spec,
Class search_class)
Deprecated. Replaced by WTContainerHelper.getWhereContainerIn(ContainerSpec,Class[]) |
static WhereExpression |
WTContainerHelper.getWhereContainerIn(ContainerSpec spec,
Class[] search_classes)
Utility api to append container-based where conditions to queries. |
static WhereExpression |
WTContainerHelper.getWhereContainerIn(ContainerSpec spec,
Class[] search_classes,
boolean negate)
Supported API: false |
static WhereExpression |
WTContainerHelper.getWhereContainerIn(ContainerSpec spec,
ClassAttribute container_attribute)
Supported API: false |
QueryResult |
StandardWTContainerService.getContainers(ContainerSpec spec)
Gets the containers specified in the ContainerSpec . |
void |
ContainerSpecWhereCondition.setContainerSpec(ContainerSpec a_ContainerSpec)
Sets the value of the attribute: containerSpec; The ContainerSpec
to use to generate a WhereExpression
Supported API: false |
(package private) static StatementSpec |
ContainerSpecHelper.getStatementForSearchClasses(ContainerSpec spec,
Class[] search_classes,
int select_state)
Get a statement that selects the WTContained objects contained by a container selected by the given container spec |
(package private) static StatementSpec |
ContainerSpecHelper.getStatementForContainersIn(ContainerSpec spec,
int select_state)
Get a statement that selects the containers in the given spec |
private static StatementSpec |
ContainerSpecHelper.getHierarchySpec(ContainerSpec spec,
int select_state)
Get a statement that selects the containers that are descendents of the containers in the spec's search containers property |
private static void |
ContainerSpecHelper.addHierarchySpecs(ContainerSpec spec,
WTContainerRef ref,
CompoundQuerySpec comp,
boolean select_classname)
|
private static boolean |
ContainerSpecHelper.isResultClass(Class query_class,
ContainerSpec spec)
Determine if the given container class is one that was selected by the spec for retrieval |
private static WhereExpression |
ContainerSpecHelper.getDeleteExpression(ContainerSpec spec)
Get a search condition for mark for delete based on the spec's delete state |
private static QuerySpec |
ContainerSpecHelper.getQuerySpecForResultClasses(ContainerSpec spec)
Returns a QuerySpec optimized to look in the containers specified in the ContainerSpec's resultClasses Collection. |
private static void |
ContainerSpecHelper.processTableExpression(ContainerSpec spec,
ClassTableExpression cte)
Update the table expressions excluded classes and included interfaces based on the specifications in the container spec |
QueryResult |
WTContainerServiceFwd.getContainers(ContainerSpec spec)
Gets the containers specified in the ContainerSpec . |
QueryResult |
WTContainerService.getContainers(ContainerSpec spec)
Gets the containers specified in the ContainerSpec . |
static StatementSpec |
WTContainerHelper.getStatementForContainersIn(ContainerSpec spec)
Returns a statement that can be used to build non-standard container queries. |
static StatementSpec |
WTContainerHelper.getStatementForSearchClasses(ContainerSpec spec,
Class[] search_classes)
Creates a StatementSpec that will find instances of the
specified search classes that are either contained by or shared into
a WTContainer specified by the supplied ContainerSpec
Supported API: false |
static WhereExpression |
WTContainerHelper.getWhereContainerIn(ContainerSpec spec,
Class search_class)
Deprecated. Replaced by WTContainerHelper.getWhereContainerIn(ContainerSpec,Class[]) |
static WhereExpression |
WTContainerHelper.getWhereContainerIn(ContainerSpec spec,
Class[] search_classes)
Utility api to append container-based where conditions to queries. |
static WhereExpression |
WTContainerHelper.getWhereContainerIn(ContainerSpec spec,
Class[] search_classes,
boolean negate)
Supported API: false |
static WhereExpression |
WTContainerHelper.getWhereContainerIn(ContainerSpec spec,
ClassAttribute container_attribute)
Supported API: false |
QueryResult |
StandardWTContainerService.getContainers(ContainerSpec spec)
Gets the containers specified in the ContainerSpec . |
void |
ContainerSpecWhereCondition.setContainerSpec(ContainerSpec a_ContainerSpec)
Sets the value of the attribute: containerSpec; The ContainerSpec
to use to generate a WhereExpression
Supported API: false |
(package private) static StatementSpec |
ContainerSpecHelper.getStatementForSearchClasses(ContainerSpec spec,
Class[] search_classes,
int select_state)
Get a statement that selects the WTContained objects contained by a container selected by the given container spec |
(package private) static StatementSpec |
ContainerSpecHelper.getStatementForContainersIn(ContainerSpec spec,
int select_state)
Get a statement that selects the containers in the given spec |
private static StatementSpec |
ContainerSpecHelper.getHierarchySpec(ContainerSpec spec,
int select_state)
Get a statement that selects the containers that are descendents of the containers in the spec's search containers property |
private static void |
ContainerSpecHelper.addHierarchySpecs(ContainerSpec spec,
WTContainerRef ref,
CompoundQuerySpec comp,
boolean select_classname)
|
private static boolean |
ContainerSpecHelper.isResultClass(Class query_class,
ContainerSpec spec)
Determine if the given container class is one that was selected by the spec for retrieval |
private static WhereExpression |
ContainerSpecHelper.getDeleteExpression(ContainerSpec spec)
Get a search condition for mark for delete based on the spec's delete state |
private static QuerySpec |
ContainerSpecHelper.getQuerySpecForResultClasses(ContainerSpec spec)
Returns a QuerySpec optimized to look in the containers specified in the ContainerSpec's resultClasses Collection. |
private static void |
ContainerSpecHelper.processTableExpression(ContainerSpec spec,
ClassTableExpression cte)
Update the table expressions excluded classes and included interfaces based on the specifications in the container spec |
Constructors in wt.inf.container with parameters of type ContainerSpec | |
ContainerSpecWhereCondition(ContainerSpec container_spec,
int from_index,
boolean negate)
Supported API: false |
|
ContainerSpecWhereCondition(ContainerSpec container_spec,
int from_index,
boolean negate)
Supported API: false |
Uses of ContainerSpec in wt.inf.team |
Methods in wt.inf.team with parameters of type ContainerSpec | |
QueryResult |
StandardContainerTeamService.getMembersOf(ContainerSpec spec,
int membership_state)
Returns the WTUser s that are members of the containers
specified by the ContainerSpec . |
QueryResult |
ContainerTeamServiceFwd.getMembersOf(ContainerSpec spec,
int membership_state)
Returns the WTUser s that are members of the containers
specified by the ContainerSpec . |
QueryResult |
ContainerTeamService.getMembersOf(ContainerSpec spec,
int membership_state)
Returns the WTUser s that are members of the containers
specified by the ContainerSpec . |
static QuerySpec |
ContainerTeamHelper.getMembershipQuery(ContainerSpec spec)
Supported API: false |
protected static QuerySpec |
ContainerTeamHelper.getMembershipQuery(ContainerSpec spec,
int membership_state)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |