public class QueryComponentFactory extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ORDER_BY_ACCOUNT_NAME
Specifies the order of results by the Account's Name attribute.
|
static String |
ORDER_BY_ACT_ACTIVITY_TIME_HIGH
Specifies the order of results by the high boundary of the Act's ActivityTime attribute.
|
static String |
ORDER_BY_ACT_ACTIVITY_TIME_LOW
Specifies the order of results by the low boundary of the Act's ActivityTime attribute.
|
static String |
ORDER_BY_ACT_AVAILABILITY_TIME
Specifies the order of results by the Act's AvailabilityTime attribute.
|
static String |
ORDER_BY_ACT_DERIVATION_EXPR
Specifies the order of results by the Act's DerivationExpression attribute.
|
static String |
ORDER_BY_ACT_EXISTENCE_TIME_HIGH
Specifies the order of results by the high boundary of the Act's ExistenceTime attribute.
|
static String |
ORDER_BY_ACT_EXISTENCE_TIME_LOW
Specifies the order of results by the low boundary of the Act's ExistenceTime attribute.
|
static String |
ORDER_BY_ACT_RELATIONSHIP_PRIORITY_NUMBER
Specifies the order of results by the ActRelationship's PriorityNumber attribute.
|
static String |
ORDER_BY_ACT_RELATIONSHIP_SEPERATABLE_IND
Specifies the order of results by the ActRelationship's SeperatableInd attribute.
|
static String |
ORDER_BY_ACT_RELATIONSHIP_SEQUENCE_NUMBER
Specifies the order of results by the ActRelationship's SequenceNumber attribute.
|
static int |
ORDER_BY_ASCENDING
Specifies ASCENDING order of direction in an order by clause.
|
static int |
ORDER_BY_DESCENDING
Specifies DESCENDING order of direction in an order by clause.
|
static String |
ORDER_BY_DEVICE_LAST_CALIBRATION_TIME
Specifies the order of results by the Device's LastCalibrationTime attribute.
|
static String |
ORDER_BY_ENTITY_EXISTENCE_TIME_HIGH
Specifies the order of results by the high boundary of the Entity's ExistenceTime attribute.
|
static String |
ORDER_BY_ENTITY_EXISTENCE_TIME_LOW
Specifies the order of results by the low boundary of the Entity's ExistenceTime attribute.
|
static String |
ORDER_BY_FINANCIAL_TRANSACTION_CREDIT_EXCHANGE_RATE_QUANTITY
Specifies the order of results by the FinancialTransaction's CreditExchangeRateQuantity attribute.
|
static String |
ORDER_BY_FINANCIAL_TRANSACTION_DEBIT_EXCHANGE_RATE_QUANTITY
Specifies the order of results by the FinancialTransaction's DebitExchangeRateQuantity attribute.
|
static String |
ORDER_BY_INVOICE_ELEMENT_FACTOR_NUMBER
Specifies the order of results by the InvoiceElement's FactorNumber attribute.
|
static String |
ORDER_BY_INVOICE_ELEMENT_POINTS_NUMBER
Specifies the order of results by the InvoiceElement's PointsNumber attribute.
|
static String |
ORDER_BY_LICENSED_ENTITY_RECERTIFICATION_TIME
Specifies the order of results by the LicensedEntity's RecerticiationTime attribute.
|
static String |
ORDER_BY_LIVING_SUBJECT_BIRTH_TIME
Specifies the order of results by the LivingSubject's BirthTime attribute.
|
static String |
ORDER_BY_LIVING_SUBJECT_DECEASED_TIME
Specifies the order of results by the LivingSubject's DeceasedTime attribute.
|
static String |
ORDER_BY_MANUFACTURED_MATERIAL_LOT_NUMBER_TEXT
Specifies the order of results by the ManufacturedMaterial's LotNumberText attribute.
|
static String |
ORDER_BY_PARTICIPATION_SEQUENCE_NUMBER
Specifies the order of results by the Participation's SequenceNumber attribute.
|
static String |
ORDER_BY_PARTICIPATION_TIME_HIGH
Specifies the order of results by the high boundary of the Participation's Time attribute.
|
static String |
ORDER_BY_PARTICIPATION_TIME_LOW
Specifies the order of results by the low boundary of the Participation's Time attribute.
|
static String |
ORDER_BY_PLACE_GPS_TEXT
Specifies the order of results by the Place's GpsText attribute.
|
static String |
ORDER_BY_ROLE_EFFECTIVE_TIME_HIGH
Specifies the order of results by the high boundary of the Role's EffectiveTime attribute.
|
static String |
ORDER_BY_ROLE_EFFECTIVE_TIME_LOW
Specifies the order of results by the low boundary of the Role's EffectiveTime attribute.
|
static String |
ORDER_BY_SUPPLY_EXPECTED_USE_TIME_HIGH
Specifies the order of results by the high boundary of the Supply's ExpectedUseTime attribute.
|
static String |
ORDER_BY_SUPPLY_EXPECTED_USE_TIME_LOW
Specifies the order of results by the low boundary of the Supply's ExpectedUseTime attribute.
|
static int |
VERSION_DEPENDENT
Constant that specifies that navigation between objects will take referenced version numbers into account.
|
static int |
VERSION_INDEPENDENT
Constant that specifies that navigation between objects will ignore version numbers.
|
Modifier and Type | Method and Description |
---|---|
Criteria |
and(Criteria[] exprs)
Connects a set of query expressions with a logical
and condition. |
Criteria |
and(Criteria one,
Criteria two)
Convenience form of
and(Criteria[] exprs) . |
static QueryComponentFactory |
getInstance()
Gets a singleton instance of this class.
|
ActAttributeCriteria |
newActAttributeCriteria()
Constructs a new, empty
ActAttributeCriteria . |
ActAttributeCriteria |
newActAttributeCriteria(CS classCode,
CS moodCode,
CD code,
II[] ids,
CS statusCode,
Boolean currentVersionFlag)
Constructs a new, non-empty
ActAttributeCriteria . |
ActFetch |
newActFetch()
Constructs a new
ActFetch without an ActCriteria . |
ActFetch |
newActFetch(ActCriteria actCriteria)
Constructs a new
ActFetch and sets the supplied ActCriteria as its criteria. |
ActFetch |
newActFetch(ActCriteria actCriteria,
int versioningType)
Constructs a new
ActFetch and sets the supplied ActCriteria and versioning behavior on
it. |
ActRelationshipAttributeCriteria |
newActRelationshipAttributeCriteria()
Constructs a new, empty
ActRelationshipAttributeCriteria . |
ActRelationshipAttributeCriteria |
newActRelationshipAttributeCriteria(CS typeCode)
Constructs a new, non-empty
ActRelationshipAttributeCriteria . |
ActRelationshipFetch |
newActRelationshipFetch()
Constructs a new
ActRelationshipFetch without an ActRelationshipCriteria . |
ActRelationshipFetch |
newActRelationshipFetch(ActRelationshipCriteria criteria)
Constructs a new
ActRelationshipFetch and sets the supplied ActRelationshipCriteria as
its criteria. |
ActRelationshipFetch |
newActRelationshipFetch(ActRelationshipCriteria actRelationshipCriteria,
int versioningType)
Constructs a new
ActRelationshipFetch and sets the supplied ActRelationshipCriteria and
versioning behavior on it. |
ADAttributeCriteria |
newADAttributeCriteria()
Constructs a new, empty
ADAttributeCriteria . |
ADXPAttributeCriteria |
newADXPAttributeCriteria()
Constructs a new, empty
ADXPAttributeCriteria . |
ClassificationAttributeCriteria |
newClassificationAttributeCriteria()
Constructs a new, empty
ClassificationAttributeCriteria . |
CodedTypeAttributeCriteria |
newCodedTypeAttributeCriteria()
Constructs a new, empty
CodedTypeAttributeCriteria . |
EDAttributeCriteria |
newEDAttributeCriteria()
Constructs a new, empty
EDAttributeCriteria . |
ENAttributeCriteria |
newENAttributeCriteria()
Constructs a new, empty
ENAttributeCriteria . |
EntityAttributeCriteria |
newEntityAttributeCriteria()
Constructs a new, empty
EntityAttributeCriteria . |
EntityAttributeCriteria |
newEntityAttributeCriteria(CS classCode,
CE code,
CS determinerCode,
II[] ids,
CS statusCode,
Boolean currentVersionFlag)
Constructs a new, non-empty
EntityAttributeCriteria . |
EntityFetch |
newEntityFetch()
Constructs a new
EntityFetch without an EntityCriteria . |
EntityFetch |
newEntityFetch(EntityCriteria criteria)
Constructs a new
EntityFetch and sets the supplied EntityCriteria as its criteria. |
EntityFetch |
newEntityFetch(EntityCriteria criteria,
int versioningType)
Constructs a new
EntityFetch and sets the supplied EntityCriteria and versioning
behavior on it. |
ENXPAttributeCriteria |
newENXPAttributeCriteria()
Constructs a new, empty
ENXPAttributeCriteria . |
GTSAttributeCriteria |
newGTSAttributeCriteria()
Constructs a new, empty
GTSAttributeCriteria . |
IVL_INTAttributeCriteria |
newIVL_INTAttributeCriteria()
Constructs a new, empty
IVL_INTAttributeCriteria . |
IVL_MOAttributeCriteria |
newIVL_MOAttributeCriteria()
Constructs a new, empty
IVL_MOAttributeCriteria . |
IVL_PQAttributeCriteria |
newIVL_PQAttributeCriteria()
Constructs a new, empty
IVL_PQAttributeCriteria . |
IVL_TSAttributeCriteria |
newIVL_TSAttributeCriteria()
Constructs a new, empty
IVL_TSAttributeCriteria . |
LanguageCommunicationAttributeCriteria |
newLanguageCommunicationAttributeCriteria()
Constructs a new, empty
LanguageCommunicationAttributeCriteria . |
MOAttributeCriteria |
newMOAttributeCriteria()
Constructs a new, empty
MOAttributeCriteria . |
ParticipationAttributeCriteria |
newParticipationAttributeCriteria()
Constructs a new, empty
ParticipationAttributeCriteria . |
ParticipationAttributeCriteria |
newParticipationAttributeCriteria(CS typeCode)
Constructs a new, non-empty
ParticipationAttributeCriteria . |
ParticipationFetch |
newParticipationFetch()
Constructs a new
ParticipationFetch without a ParticipationCriteria . |
ParticipationFetch |
newParticipationFetch(ParticipationCriteria criteria)
Constructs a new
ParticipationFetch and sets the supplied ParticipationCriteria as its
criteria. |
ParticipationFetch |
newParticipationFetch(ParticipationCriteria participationCriteria,
int versioningType)
Constructs a new
ParticipationFetch and sets the supplied ParticipationCriteria and
versioning behavior on it. |
PQAttributeCriteria |
newPQAttributeCriteria()
Constructs a new, empty
PQAttributeCriteria . |
RoleAttributeCriteria |
newRoleAttributeCriteria()
Constructs a new, empty
RoleAttributeCriteria . |
RoleAttributeCriteria |
newRoleAttributeCriteria(CS classCode,
CE code,
II[] ids,
CS statusCode,
Boolean currentVersionFlag)
Constructs a new, non-empty
RoleAttributeCriteria . |
RoleFetch |
newRoleFetch()
Constructs a new
RoleFetch without a RoleCriteria . |
RoleFetch |
newRoleFetch(RoleCriteria criteria)
Constructs a new
RoleFetch and sets the supplied RoleCriteria as its criteria. |
RoleFetch |
newRoleFetch(RoleCriteria criteria,
int versioningType)
Constructs a new
RoleFetch and sets the supplied RoleCriteria , versioning and merge
behavior on it. |
RTO_MO_PQAttributeCriteria |
newRTO_MO_PQAttributeCriteria()
Constructs a new, empty
RTO_MO_PQAttributeCriteria . |
RTO_PQAttributeCriteria |
newRTO_PQAttributeCriteria()
Constructs a new, empty
RTO_PQAttributeCriteria . |
SCAttributeCriteria |
newSCAttributeCriteria()
Constructs a new, empty
SCAttributeCriteria . |
TELAttributeCriteria |
newTELAttributeCriteria()
Constructs a new, empty
TELAttributeCriteria . |
Criteria |
not(Criteria expr)
Creates a logical negation or a
not of the condition represented by expr . |
Criteria |
or(Criteria[] exprs)
Connects a set of query expressions with a logical
or condition. |
Criteria |
or(Criteria one,
Criteria two)
Convenience form of
and(Criteria[] exprs) . |
public static final int VERSION_DEPENDENT
Constant that specifies that navigation between objects will take referenced version numbers into account.
public static final int VERSION_INDEPENDENT
Constant that specifies that navigation between objects will ignore version numbers.
VERSION_INDEPENDENT navigation is frequently used in conjunction with the setCurrentVersion(boolean)
method on attribute criteria to request the current version of an object instead of the version that was
originally referenced.
public static final int ORDER_BY_DESCENDING
public static final int ORDER_BY_ASCENDING
public static final String ORDER_BY_ENTITY_EXISTENCE_TIME_LOW
public static final String ORDER_BY_ENTITY_EXISTENCE_TIME_HIGH
public static final String ORDER_BY_LIVING_SUBJECT_BIRTH_TIME
public static final String ORDER_BY_LIVING_SUBJECT_DECEASED_TIME
public static final String ORDER_BY_PLACE_GPS_TEXT
public static final String ORDER_BY_DEVICE_LAST_CALIBRATION_TIME
public static final String ORDER_BY_MANUFACTURED_MATERIAL_LOT_NUMBER_TEXT
public static final String ORDER_BY_ROLE_EFFECTIVE_TIME_LOW
public static final String ORDER_BY_ROLE_EFFECTIVE_TIME_HIGH
public static final String ORDER_BY_LICENSED_ENTITY_RECERTIFICATION_TIME
public static final String ORDER_BY_PARTICIPATION_SEQUENCE_NUMBER
public static final String ORDER_BY_PARTICIPATION_TIME_LOW
public static final String ORDER_BY_PARTICIPATION_TIME_HIGH
public static final String ORDER_BY_ACT_DERIVATION_EXPR
public static final String ORDER_BY_ACT_EXISTENCE_TIME_LOW
public static final String ORDER_BY_ACT_EXISTENCE_TIME_HIGH
public static final String ORDER_BY_ACT_ACTIVITY_TIME_LOW
public static final String ORDER_BY_ACT_ACTIVITY_TIME_HIGH
public static final String ORDER_BY_ACT_AVAILABILITY_TIME
public static final String ORDER_BY_SUPPLY_EXPECTED_USE_TIME_LOW
public static final String ORDER_BY_SUPPLY_EXPECTED_USE_TIME_HIGH
public static final String ORDER_BY_ACCOUNT_NAME
public static final String ORDER_BY_FINANCIAL_TRANSACTION_CREDIT_EXCHANGE_RATE_QUANTITY
public static final String ORDER_BY_FINANCIAL_TRANSACTION_DEBIT_EXCHANGE_RATE_QUANTITY
public static final String ORDER_BY_INVOICE_ELEMENT_FACTOR_NUMBER
public static final String ORDER_BY_INVOICE_ELEMENT_POINTS_NUMBER
public static final String ORDER_BY_ACT_RELATIONSHIP_SEQUENCE_NUMBER
public static final String ORDER_BY_ACT_RELATIONSHIP_PRIORITY_NUMBER
public static final String ORDER_BY_ACT_RELATIONSHIP_SEPERATABLE_IND
public static QueryComponentFactory getInstance()
public ActAttributeCriteria newActAttributeCriteria()
ActAttributeCriteria
.ActAttributeCriteria
object.public ActAttributeCriteria newActAttributeCriteria(CS classCode, CS moodCode, CD code, II[] ids, CS statusCode, Boolean currentVersionFlag)
ActAttributeCriteria
. Populates the ClassCode
,
Code
, MoodCode
, StatusCode
, Id
, and
CurrentVersionFlag
fields of the criteria if the parameters specified by the user are not null or
null flavors for each field respectively. Query will use SearchOperator.EQUALS
for classCode, code,
moodCode, statusCode; query will use SetSearchOperator.ANY
for the ids.classCode
- the class code on the Actcode
- the code on the ActmoodCode
- the mood code on the ActstatusCode
- the status code on the Actids
- the IIs on the ActcurrentVersionFlag
- the current version identifier for this Act queryActAttributeCriteria
object populated based on the arguments passed to this
API.public ActFetch newActFetch(ActCriteria actCriteria)
ActFetch
and sets the supplied ActCriteria
as its criteria.ActFetch
with the supplied ActCriteria
set.public ActFetch newActFetch()
ActFetch
without an ActCriteria
.ActFetch
without any criteria set.public ActFetch newActFetch(ActCriteria actCriteria, int versioningType)
ActFetch
and sets the supplied ActCriteria
and versioning behavior on
it. This factory method should be used when the ActFetch
is a detail fetch.actCriteria
- the ActCriteria
which specifies the acts to be retrieved as part of this fetchversioningType
- VERSION_DEPENDENT
or VERSION_INDEPENDENT
ActFetch
with the supplied ActCriteria
and versioning type setpublic ParticipationAttributeCriteria newParticipationAttributeCriteria()
ParticipationAttributeCriteria
.ParticipationAttributeCriteria
object.public ParticipationAttributeCriteria newParticipationAttributeCriteria(CS typeCode)
ParticipationAttributeCriteria
. Populates the TypeCode
field of the criteria if the parameter specified by the user is not null or a null flavor. Query will use
SearchOperator.EQUALS
for the typeCode.typeCode
- the status code on the ParticipationParticipationAttributeCriteria
object populated based on the arguments passed
to this API.public ParticipationFetch newParticipationFetch(ParticipationCriteria criteria)
ParticipationFetch
and sets the supplied ParticipationCriteria
as its
criteria.ParticipationFetch
with the supplied ParticipationCriteria
public ParticipationFetch newParticipationFetch()
ParticipationFetch
without a ParticipationCriteria
.ParticipationFetch
without any criteria set.public ParticipationFetch newParticipationFetch(ParticipationCriteria participationCriteria, int versioningType)
ParticipationFetch
and sets the supplied ParticipationCriteria
and
versioning behavior on it. This factory method should be used when the ParticipationFetch
is a
detail fetch.participationCriteria
- the ParticipationCriteria
which specifies the participations to be
retrieved as part of this fetchversioningType
- VERSION_DEPENDENT
or VERSION_INDEPENDENT
public RoleAttributeCriteria newRoleAttributeCriteria()
RoleAttributeCriteria
.RoleAttributeCriteria
object.public RoleAttributeCriteria newRoleAttributeCriteria(CS classCode, CE code, II[] ids, CS statusCode, Boolean currentVersionFlag)
RoleAttributeCriteria
. Populates the ClassCode
,
Code
, StatusCode
, Id
, and CurrentVersionFlag
fields of the
criteria if the parameters specified by the user are not null or null flavors for each field respectively. Query
will use SearchOperator.EQUALS
for classCode, code, statusCode; query will use
SetSearchOperator.ANY
for the ids.classCode
- the class code on the Rolecode
- the code on the RolestatusCode
- the status code on the Roleids
- the IIs on the RolecurrentVersionFlag
- the current version identifier for this Role queryRoleAttributeCriteria
object populated based on the arguments passed to this
API.public RoleFetch newRoleFetch(RoleCriteria criteria)
RoleFetch
and sets the supplied RoleCriteria
as its criteria.RoleFetch
with the supplied RoleCriteria
set.public RoleFetch newRoleFetch()
RoleFetch
without a RoleCriteria
.RoleFetch
without any criteria set.public RoleFetch newRoleFetch(RoleCriteria criteria, int versioningType)
RoleFetch
and sets the supplied RoleCriteria
, versioning and merge
behavior on it. This factory method should be used when the RoleFetch
is a detail fetch.criteria
- the RoleCriteria
that specifies the roles to be retrieved as part of this fetchversioningType
- VERSION_DEPENDENT
or VERSION_INDEPENDENT
RoleFetch
with the supplied RoleCriteria
, versioning and merge bahviour setpublic EntityAttributeCriteria newEntityAttributeCriteria()
EntityAttributeCriteria
.EntityAttributeCriteria
object.public EntityAttributeCriteria newEntityAttributeCriteria(CS classCode, CE code, CS determinerCode, II[] ids, CS statusCode, Boolean currentVersionFlag)
EntityAttributeCriteria
. Populates the ClassCode
,
Code
, StatusCode
, Id
, and CurrentVersionFlag
fields of the
criteria if the parameters specified by the user are not null or null flavors for each field respectively. Query
will use SearchOperator.EQUALS
for classCode, code, statusCode; query will use
SetSearchOperator.ANY
for the ids.classCode
- the class code on the Entitycode
- the code on the EntitydeterminerCode
- the determiner code on the EntitystatusCode
- the status code on the Entityids
- the IIs on the EntitycurrentVersionFlag
- the current version identifier for this Entity queryEntityAttributeCriteria
object populated based on the arguments passed to this
API.public EntityFetch newEntityFetch(EntityCriteria criteria)
EntityFetch
and sets the supplied EntityCriteria
as its criteria.EntityFetch
with the supplied EntityCriteria
set.public EntityFetch newEntityFetch()
EntityFetch
without an EntityCriteria
.EntityFetch
without any criteria set.public EntityFetch newEntityFetch(EntityCriteria criteria, int versioningType)
EntityFetch
and sets the supplied EntityCriteria
and versioning
behavior on it. This factory method should be used when the EntityFetch
is a detail fetch.criteria
- The EntityCriteria
which specifies the entities to be retrieved as part of this
fetchversioningType
- VERSION_DEPENDENT
or VERSION_INDEPENDENT
EntityFetch
with the supplied EntityCriteria
, versioning and merge bahviour
setpublic ActRelationshipAttributeCriteria newActRelationshipAttributeCriteria()
ActRelationshipAttributeCriteria
.ActRelationshipAttributeCriteria
object.public ActRelationshipAttributeCriteria newActRelationshipAttributeCriteria(CS typeCode)
ActRelationshipAttributeCriteria
. Populates the TypeCode
fields of the criteria if the parameter specified by the user are not null or a null flavor. Query will use
SearchOperator.EQUALS
for typeCode.typeCode
- the class code on the ActRelationshipActRelationshipAttributeCriteria
object populated based on the arguments passed
to this API.public ActRelationshipFetch newActRelationshipFetch(ActRelationshipCriteria criteria)
ActRelationshipFetch
and sets the supplied ActRelationshipCriteria
as
its criteria.ActRelationshipFetch
with the supplied ActRelationshipCriteria set.public ActRelationshipFetch newActRelationshipFetch()
ActRelationshipFetch
without an ActRelationshipCriteria
.ActRelationshipFetch
without any criteria set.public ActRelationshipFetch newActRelationshipFetch(ActRelationshipCriteria actRelationshipCriteria, int versioningType)
ActRelationshipFetch
and sets the supplied ActRelationshipCriteria
and
versioning behavior on it. This factory method should be used when the ActRelationshipFetch
is a
detail fetch.actRelationshipCriteria
- the ActRelationshipCriteria
that specifies the act relationships to
be retrieved as part of this fetchversioningType
- VERSION_DEPENDENT
or VERSION_INDEPENDENT
ActRelationshipFetch
with the supplied ActRelationshipCriteria
and
versioning type set.public ADAttributeCriteria newADAttributeCriteria()
ADAttributeCriteria
.ADAttributeCriteria
object.public ADXPAttributeCriteria newADXPAttributeCriteria()
ADXPAttributeCriteria
.ADXPAttributeCriteria
object.public EDAttributeCriteria newEDAttributeCriteria()
EDAttributeCriteria
.EDAttributeCriteria
object.public ENAttributeCriteria newENAttributeCriteria()
ENAttributeCriteria
.ENAttributeCriteria
object.public ENXPAttributeCriteria newENXPAttributeCriteria()
ENXPAttributeCriteria
.ENXPAttributeCriteria
object.public TELAttributeCriteria newTELAttributeCriteria()
TELAttributeCriteria
.TELAttributeCriteria
object.public PQAttributeCriteria newPQAttributeCriteria()
PQAttributeCriteria
.PQAttributeCriteria
object.public MOAttributeCriteria newMOAttributeCriteria()
MOAttributeCriteria
.MOAttributeCriteria
object.public IVL_TSAttributeCriteria newIVL_TSAttributeCriteria()
IVL_TSAttributeCriteria
.IVL_TSAttributeCriteria
object.public IVL_MOAttributeCriteria newIVL_MOAttributeCriteria()
IVL_MOAttributeCriteria
.IVL_MOAttributeCriteria
object.public RTO_MO_PQAttributeCriteria newRTO_MO_PQAttributeCriteria()
RTO_MO_PQAttributeCriteria
.RTO_MO_PQAttributeCriteria
object.public RTO_PQAttributeCriteria newRTO_PQAttributeCriteria()
RTO_PQAttributeCriteria
.RTO_PQAttributeCriteria
object.public IVL_INTAttributeCriteria newIVL_INTAttributeCriteria()
IVL_INTAttributeCriteria
.IVL_INTAttributeCriteria
object.public SCAttributeCriteria newSCAttributeCriteria()
SCAttributeCriteria
.SCAttributeCriteria
object.public IVL_PQAttributeCriteria newIVL_PQAttributeCriteria()
IVL_PQAttributeCriteria
.IVL_PQAttributeCriteria
object.public GTSAttributeCriteria newGTSAttributeCriteria()
GTSAttributeCriteria
.GTSAttributeCriteria
object.public LanguageCommunicationAttributeCriteria newLanguageCommunicationAttributeCriteria()
LanguageCommunicationAttributeCriteria
.LanguageCommunicationAttributeCriteria
object.public CodedTypeAttributeCriteria newCodedTypeAttributeCriteria()
CodedTypeAttributeCriteria
.CodedTypeAttributeCriteria
object.public ClassificationAttributeCriteria newClassificationAttributeCriteria()
ClassificationAttributeCriteria
.ClassificationAttributeCriteria
object.public Criteria and(Criteria[] exprs)
and
condition.exprs
- Criteria objects to be connected by the and
. The criteria must all be of the same base
type. For example, ActCriteria
can be combined with ActAttributeCriteria
, but not with
EntityCriteria
.Criteria
object of the same type as was passed in the parameter array.IllegalArgumentException
- if the criteria objects passed are of types derived from different objects. For
example, an EntityCriteria
cannot be combined with an ActCriteria
, but can be combined
with an EntityAttributeCriteria
.public Criteria or(Criteria[] exprs)
or
condition.exprs
- Criteria
objects to be connected by the or
. The criteria must all be of
the same base type. For example, ActCriteria
can be combined with ActAttributeCriteria, but not with
EntityCriteria.Criteria
object of the same type as was passed in the parameter array.IllegalArgumentException
- if the Criteria objects passed are of types derived from different objects. For
example, an EntityCriteria cannot be combined with an ActCriteria, but can be combined with an
EntityAttributeCriteria.public Criteria not(Criteria expr)
not
of the condition represented by expr
.expr
- a Criteria
object to be logically negated by the not
.Criteria
object of the same type as expr
.HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved