org.eclipse.stardust.engine.api.query
Interface TernaryOperatorFilter

All Superinterfaces:
AttributedScopedFilter, FilterCriterion, ScopedFilter, Serializable

public interface TernaryOperatorFilter
extends AttributedScopedFilter

Ternary filter operator to be applied directly to attributes of items queried for.

IMPORTANT: This interface is not intended to be implemented.

Version:
$Revision$
Author:
rsauer
See Also:
UnaryOperatorFilter, BinaryOperatorFilter, ActivityInstanceQuery, ProcessInstanceQuery, LogEntryQuery, UserQuery

Method Summary
 Operator.Ternary getOperator()
           
 org.eclipse.stardust.common.Pair getValue()
           
 
Methods inherited from interface org.eclipse.stardust.engine.api.query.AttributedScopedFilter
getAttribute
 
Methods inherited from interface org.eclipse.stardust.engine.api.query.ScopedFilter
getScope
 
Methods inherited from interface org.eclipse.stardust.engine.api.query.FilterCriterion
accept
 

Method Detail

getOperator

Operator.Ternary getOperator()

getValue

org.eclipse.stardust.common.Pair getValue()


Copyright © 2017 Eclipse Stardust. All Rights Reserved.