Package com.exedio.cope
Interface ItemFunction<E extends Item>
- All Superinterfaces:
Function<E>
,Selectable<E>
,Serializable
- All Known Implementing Classes:
BindItemFunction
,ItemField
,This
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
appendType
(com.exedio.cope.Statement bf, Join join) Deprecated.For internal use within COPE only.default BindItemFunction<E>
int
Deprecated.UsecheckTypeColumnL()
insteadlong
default CompareFunctionCondition<?>
default CompareFunctionCondition<?>
equalTarget
(Join targetJoin) default InstanceOfCondition<E>
instanceOf
(Type[] types) default InstanceOfCondition<E>
instanceOf
(Type<? extends E> type1) default InstanceOfCondition<E>
instanceOf
(Type<? extends E> type1, Type<? extends E> type2) default InstanceOfCondition<E>
default InstanceOfCondition<E>
instanceOf
(Type<? extends E> type1, Type<? extends E> type2, Type<? extends E> type3, Type<E> type4) boolean
default InstanceOfCondition<E>
notInstanceOf
(Type[] types) default InstanceOfCondition<E>
notInstanceOf
(Type<? extends E> type1) default InstanceOfCondition<E>
notInstanceOf
(Type<? extends E> type1, Type<? extends E> type2) default InstanceOfCondition<E>
default InstanceOfCondition<E>
notInstanceOf
(Type<? extends E> type1, Type<? extends E> type2, Type<? extends E> type3, Type<E> type4) default InstanceOfCondition<E>
Deprecated.Has been renamed toinstanceOf(Type[])
.default InstanceOfCondition<E>
Deprecated.Has been renamed toinstanceOf(Type)
.default InstanceOfCondition<E>
Deprecated.Has been renamed toinstanceOf(Type,Type)
.default InstanceOfCondition<E>
Deprecated.Has been renamed toinstanceOf(Type,Type,Type)
.default InstanceOfCondition<E>
Deprecated.Has been renamed toinstanceOf(Type,Type,Type,Type)
.default InstanceOfCondition<E>
Deprecated.Has been renamed tonotInstanceOf(Type[])
.default InstanceOfCondition<E>
Deprecated.Has been renamed tonotInstanceOf(Type)
.default InstanceOfCondition<E>
Deprecated.Has been renamed tonotInstanceOf(Type,Type)
.default InstanceOfCondition<E>
Deprecated.Has been renamed tonotInstanceOf(Type,Type,Type)
.default InstanceOfCondition<E>
Deprecated.Has been renamed tonotInstanceOf(Type,Type,Type,Type)
.Methods inherited from interface com.exedio.cope.Function
any, between, equal, equal, equal, get, get, greater, greater, greaterOrEqual, greaterOrEqual, in, in, isNotNull, isNull, less, less, lessOrEqual, lessOrEqual, max, min, notEqual, notEqual
Methods inherited from interface com.exedio.cope.Selectable
append, appendSelect, check, getType, getValueClass, toString
-
Field Details
-
serialVersionUID
static final long serialVersionUID- See Also:
-
-
Method Details
-
getValueType
- Specified by:
getValueType
in interfaceSelectable<E extends Item>
-
appendType
Deprecated.For internal use within COPE only. -
needsCheckTypeColumn
boolean needsCheckTypeColumn()- See Also:
-
checkTypeColumnL
long checkTypeColumnL()- See Also:
-
bind
-
equalTarget
-
equalTarget
-
instanceOf
-
instanceOf
-
instanceOf
-
instanceOf
-
instanceOf
-
notInstanceOf
-
notInstanceOf
-
notInstanceOf
-
notInstanceOf
-
notInstanceOf
-
checkTypeColumn
Deprecated.UsecheckTypeColumnL()
instead -
typeIn
Deprecated.Has been renamed toinstanceOf(Type)
. -
typeIn
Deprecated.Has been renamed toinstanceOf(Type,Type)
. -
typeIn
@Deprecated default InstanceOfCondition<E> typeIn(Type<? extends E> type1, Type<? extends E> type2, Type<? extends E> type3) Deprecated.Has been renamed toinstanceOf(Type,Type,Type)
. -
typeIn
@Deprecated default InstanceOfCondition<E> typeIn(Type<? extends E> type1, Type<? extends E> type2, Type<? extends E> type3, Type<E> type4) Deprecated.Has been renamed toinstanceOf(Type,Type,Type,Type)
. -
typeIn
Deprecated.Has been renamed toinstanceOf(Type[])
. -
typeNotIn
Deprecated.Has been renamed tonotInstanceOf(Type)
. -
typeNotIn
@Deprecated default InstanceOfCondition<E> typeNotIn(Type<? extends E> type1, Type<? extends E> type2) Deprecated.Has been renamed tonotInstanceOf(Type,Type)
. -
typeNotIn
@Deprecated default InstanceOfCondition<E> typeNotIn(Type<? extends E> type1, Type<? extends E> type2, Type<? extends E> type3) Deprecated.Has been renamed tonotInstanceOf(Type,Type,Type)
. -
typeNotIn
@Deprecated default InstanceOfCondition<E> typeNotIn(Type<? extends E> type1, Type<? extends E> type2, Type<? extends E> type3, Type<E> type4) Deprecated.Has been renamed tonotInstanceOf(Type,Type,Type,Type)
. -
typeNotIn
Deprecated.Has been renamed tonotInstanceOf(Type[])
.
-