org.openmdx.ui1.query
Interface OperationTabQuery

All Superinterfaces:
org.w3c.cci2.AnyTypePredicate, BasicObjectQuery, ContainerQuery, ContextCapableQuery, ElementLayoutDefinitionQuery, ElementQuery, ExtentCapableQuery, TabQuery
All Known Implementing Classes:
OperationTabFilterImpl

public interface OperationTabQuery
extends TabQuery


Method Summary
 org.w3c.cci2.BooleanTypePredicate isQuery()
           
 org.w3c.cci2.StringTypePredicate operationName()
           
 org.w3c.cci2.SimpleTypeOrder orderByIsQuery()
          Allows to adds a sort instruction for OperationTab depending the feature isQuery Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.SimpleTypeOrder orderByOperationName()
          Allows to adds a sort instruction for OperationTab depending the feature operationName Note: The order in which orderBy… instructions are given is relevant!
 
Methods inherited from interface org.openmdx.ui1.query.TabQuery
forAllTitle, orderByTitle, thereExistsTitle, title
 
Methods inherited from interface org.openmdx.ui1.query.ContainerQuery
forAllMember, member, thereExistsMember
 
Methods inherited from interface org.openmdx.ui1.query.ElementQuery
autoGenerated, changeable, forAllIconKey, forAllMimeType, forAllToolTip, iconKey, mimeType, orderByAutoGenerated, orderByChangeable, orderByIconKey, orderByMimeType, orderByToolTip, thereExistsIconKey, thereExistsMimeType, thereExistsToolTip, toolTip
 
Methods inherited from interface org.openmdx.base.query.BasicObjectQuery
createdAt, createdBy, forAllCreatedBy, forAllModifiedBy, modifiedAt, modifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedBy, thereExistsModifiedBy
 
Methods inherited from interface org.openmdx.base.query.ContextCapableQuery
context, forAllContext, thereExistsContext
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 
Methods inherited from interface org.openmdx.base.query.ExtentCapableQuery
identity, orderByIdentity
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 
Methods inherited from interface org.openmdx.ui1.query.ElementLayoutDefinitionQuery
columnBreakAtElement, columnSizeMax, columnSizeMin, forAllColumnBreakAtElement, forAllColumnSizeMax, forAllColumnSizeMin, orderByColumnBreakAtElement, orderByColumnSizeMax, orderByColumnSizeMin, orderByVerticalFill, thereExistsColumnBreakAtElement, thereExistsColumnSizeMax, thereExistsColumnSizeMin, verticalFill
 

Method Detail

isQuery

org.w3c.cci2.BooleanTypePredicate isQuery()

orderByIsQuery

org.w3c.cci2.SimpleTypeOrder orderByIsQuery()
Allows to adds a sort instruction for OperationTab depending the feature isQuery Note: The order in which orderBy… instructions are given is relevant!


operationName

org.w3c.cci2.StringTypePredicate operationName()

orderByOperationName

org.w3c.cci2.SimpleTypeOrder orderByOperationName()
Allows to adds a sort instruction for OperationTab depending the feature operationName Note: The order in which orderBy… instructions are given is relevant!



This software is published under the BSD license. Copyright © 2006-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.