|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.query.common.impl.CriteriaHelperImpl
public class CriteriaHelperImpl
This helper class provides static methods for constructing criteria
objects that can be used for queries.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
static com.ptc.core.meta.container.common.AttributeContainerSet |
newCriteria(wt.inf.container.ContainerSpec a_containerSpec,
boolean a_negated)
Creates a criteria for the specified ContainerSpec. |
static com.ptc.core.meta.container.common.AttributeContainerSet |
newCriteria(wt.inf.container.ContainerSpec a_containerSpec,
boolean a_negated,
Class[] search_classes)
Creates a criteria for the specified ContainerSpec and set of search classes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static com.ptc.core.meta.container.common.AttributeContainerSet newCriteria(wt.inf.container.ContainerSpec a_containerSpec,
boolean a_negated)
throws WTException
a_containerSpec - Specifies the ContainerSpec for the criteria.a_negated - Specifies if the criteria should be negated.
WTException
public static com.ptc.core.meta.container.common.AttributeContainerSet newCriteria(wt.inf.container.ContainerSpec a_containerSpec,
boolean a_negated,
Class[] search_classes)
throws WTException
a_containerSpec - Specifies the ContainerSpec for the criteria.a_negated - Specifies if the criteria should be negated.search_classes -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||