Uses of Class
org.nuclos.api.businessobject.attribute.Attribute
Packages that use Attribute
Package
Description
-
Uses of Attribute in org.nuclos.api.businessobject
Fields in org.nuclos.api.businessobject declared as AttributeMethods in org.nuclos.api.businessobject that return AttributeModifier and TypeMethodDescriptionSearchExpression.getSource()
returns the SourceSearchExpression.getTarget()
returns the TargetMethods in org.nuclos.api.businessobject with parameters of type AttributeModifier and TypeMethodDescriptionUse this method to set the Map of element that must be considered for ordering Attach for each field a Boolean.TRUE for ascending a boolean.FALSE for descending orderingConstructors in org.nuclos.api.businessobject with parameters of type AttributeModifierConstructorDescriptionSearchExpression
(Attribute<T> pSource, Attribute<T> pTarget, QueryOperation pOperator) This Constructor is used when there are two attributes to compareSearchExpression
(Attribute<T> pSource, QueryOperation pOperator) This Constructor is used when a attributes is checkd on Null or notNullSearchExpression
(Attribute<T> pSource, T pValue, QueryOperation pOperator) This Constructor is used when a attributes is compared to a given value with a given operator -
Uses of Attribute in org.nuclos.api.businessobject.attribute
Subclasses of Attribute in org.nuclos.api.businessobject.attributeModifier and TypeClassDescriptionclass
ForeignKeyAttribute
is used if the attribute references to an other entity.class
NumericAttribute
is used if the attribute type provides general numeric comparison operationsclass
PrimaryKeyAttribute
is the id of an objectclass
StringAttribute
is used if the attribute type provides comparison operations based on Strings -
Uses of Attribute in org.nuclos.api.provider
Methods in org.nuclos.api.provider with parameters of type AttributeModifier and TypeMethodDescriptionstatic <PK,
T extends BusinessObject<PK>>
List<T>This methods executes aQuery
and returns a list of foundBusinessObject
of the type determined by theQuery
type.static <PK,
T extends BusinessObject<PK>>
TQueryProvider.executeSingleResult
(Query<T> query, Attribute<?>... attributes) This methods executes aQuery
and returns a single resultBusinessObject
of the type determined by theQuery
type.static <PK,
T extends BusinessObject<PK>>
TDeprecated. -
Uses of Attribute in org.nuclos.api.service
Methods in org.nuclos.api.service with parameters of type AttributeModifier and TypeMethodDescription<PK,
T extends BusinessObject<PK>>
List<T>QueryService.executeQuery
(Query<T> query, Attribute<?>... attributes) <PK,
T extends BusinessObject<PK>>
TQueryService.executeQuerySingleResult
(Query<T> query, Attribute<?>... attributes) <PK,
T extends BusinessObject<PK>>
T