org.opencrx.kernel.activity1.jmi1
Interface DisabledFilterPropertyClass

All Superinterfaces:
RefBaseObject, RefClass, RefFeatured

public interface DisabledFilterPropertyClass
extends RefClass


Method Summary
 DisabledFilterProperty createDisabledFilterProperty()
          Creates an instance of class DisabledFilterProperty.
 DisabledFilterProperty createDisabledFilterProperty(boolean disabled, String name, short filterOperator, short filterQuantor, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class DisabledFilterProperty based on all required attributes.
 DisabledFilterProperty extendAbstractFilterProperty(AbstractFilterProperty _base, boolean disabled, short filterOperator, short filterQuantor, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class DisabledFilterProperty based on the superclass AbstractFilterProperty and all required attributes not included in this superclass.
 DisabledFilterProperty extendActivityAttributeFilterProperty(ActivityAttributeFilterProperty _base, boolean disabled)
          Creates an instance of class DisabledFilterProperty based on the superclass ActivityAttributeFilterProperty and all required attributes not included in this superclass.
 DisabledFilterProperty extendActivityFilterProperty(ActivityFilterProperty _base, boolean disabled, String name, short filterOperator, short filterQuantor)
          Creates an instance of class DisabledFilterProperty based on the superclass ActivityFilterProperty and all required attributes not included in this superclass.
 DisabledFilterProperty extendAttributeFilterProperty(AttributeFilterProperty _base, boolean disabled, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class DisabledFilterProperty based on the superclass AttributeFilterProperty and all required attributes not included in this superclass.
 DisabledFilterProperty extendBasicObject(org.openmdx.base.jmi1.BasicObject _base, boolean disabled, String name, short filterOperator, short filterQuantor, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class DisabledFilterProperty based on the superclass BasicObject and all required attributes not included in this superclass.
 DisabledFilterProperty extendContextCapable(org.openmdx.base.jmi1.ContextCapable _base, boolean disabled, String name, short filterOperator, short filterQuantor, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class DisabledFilterProperty based on the superclass ContextCapable and all required attributes not included in this superclass.
 DisabledFilterProperty extendExtentCapable(org.openmdx.base.jmi1.ExtentCapable _base, boolean disabled, String name, short filterOperator, short filterQuantor, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class DisabledFilterProperty based on the superclass ExtentCapable and all required attributes not included in this superclass.
 DisabledFilterProperty extendSecureObject(SecureObject _base, boolean disabled, String name, short filterOperator, short filterQuantor)
          Creates an instance of class DisabledFilterProperty based on the superclass SecureObject and all required attributes not included in this superclass.
 DisabledFilterProperty extendViewCapable(org.openmdx.compatibility.view1.jmi1.ViewCapable _base, boolean disabled, String name, short filterOperator, short filterQuantor, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class DisabledFilterProperty based on the superclass ViewCapable and all required attributes not included in this superclass.
 DisabledFilterProperty getDisabledFilterProperty(Object object)
          Creates an instance of class DisabledFilterProperty based on the specified Object instance.
 
Methods inherited from interface javax.jmi.reflect.RefClass
refAllOfClass, refAllOfType, refCreateInstance, refCreateStruct, refCreateStruct, refGetEnum, refGetEnum
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

createDisabledFilterProperty

DisabledFilterProperty createDisabledFilterProperty()
Creates an instance of class DisabledFilterProperty. This is a factory operation used to create instance objects of class DisabledFilterProperty.


getDisabledFilterProperty

DisabledFilterProperty getDisabledFilterProperty(Object object)
Creates an instance of class DisabledFilterProperty based on the specified Object instance. This is a factory operation used to create instance objects of class DisabledFilterProperty.

Parameters:
object - The Object instance this class is based on.

createDisabledFilterProperty

DisabledFilterProperty createDisabledFilterProperty(boolean disabled,
                                                    String name,
                                                    short filterOperator,
                                                    short filterQuantor,
                                                    short accessLevelBrowse,
                                                    short accessLevelDelete,
                                                    short accessLevelUpdate)
Creates an instance of class DisabledFilterProperty based on all required attributes. This is a factory operation used to create instance objects of class DisabledFilterProperty.


extendActivityAttributeFilterProperty

DisabledFilterProperty extendActivityAttributeFilterProperty(ActivityAttributeFilterProperty _base,
                                                             boolean disabled)
Creates an instance of class DisabledFilterProperty based on the superclass ActivityAttributeFilterProperty and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class DisabledFilterProperty.


extendActivityFilterProperty

DisabledFilterProperty extendActivityFilterProperty(ActivityFilterProperty _base,
                                                    boolean disabled,
                                                    String name,
                                                    short filterOperator,
                                                    short filterQuantor)
Creates an instance of class DisabledFilterProperty based on the superclass ActivityFilterProperty and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class DisabledFilterProperty.


extendAbstractFilterProperty

DisabledFilterProperty extendAbstractFilterProperty(AbstractFilterProperty _base,
                                                    boolean disabled,
                                                    short filterOperator,
                                                    short filterQuantor,
                                                    short accessLevelBrowse,
                                                    short accessLevelDelete,
                                                    short accessLevelUpdate)
Creates an instance of class DisabledFilterProperty based on the superclass AbstractFilterProperty and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class DisabledFilterProperty.


extendAttributeFilterProperty

DisabledFilterProperty extendAttributeFilterProperty(AttributeFilterProperty _base,
                                                     boolean disabled,
                                                     short accessLevelBrowse,
                                                     short accessLevelDelete,
                                                     short accessLevelUpdate)
Creates an instance of class DisabledFilterProperty based on the superclass AttributeFilterProperty and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class DisabledFilterProperty.


extendSecureObject

DisabledFilterProperty extendSecureObject(SecureObject _base,
                                          boolean disabled,
                                          String name,
                                          short filterOperator,
                                          short filterQuantor)
Creates an instance of class DisabledFilterProperty based on the superclass SecureObject and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class DisabledFilterProperty.


extendBasicObject

DisabledFilterProperty extendBasicObject(org.openmdx.base.jmi1.BasicObject _base,
                                         boolean disabled,
                                         String name,
                                         short filterOperator,
                                         short filterQuantor,
                                         short accessLevelBrowse,
                                         short accessLevelDelete,
                                         short accessLevelUpdate)
Creates an instance of class DisabledFilterProperty based on the superclass BasicObject and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class DisabledFilterProperty.


extendContextCapable

DisabledFilterProperty extendContextCapable(org.openmdx.base.jmi1.ContextCapable _base,
                                            boolean disabled,
                                            String name,
                                            short filterOperator,
                                            short filterQuantor,
                                            short accessLevelBrowse,
                                            short accessLevelDelete,
                                            short accessLevelUpdate)
Creates an instance of class DisabledFilterProperty based on the superclass ContextCapable and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class DisabledFilterProperty.


extendExtentCapable

DisabledFilterProperty extendExtentCapable(org.openmdx.base.jmi1.ExtentCapable _base,
                                           boolean disabled,
                                           String name,
                                           short filterOperator,
                                           short filterQuantor,
                                           short accessLevelBrowse,
                                           short accessLevelDelete,
                                           short accessLevelUpdate)
Creates an instance of class DisabledFilterProperty based on the superclass ExtentCapable and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class DisabledFilterProperty.


extendViewCapable

DisabledFilterProperty extendViewCapable(org.openmdx.compatibility.view1.jmi1.ViewCapable _base,
                                         boolean disabled,
                                         String name,
                                         short filterOperator,
                                         short filterQuantor,
                                         short accessLevelBrowse,
                                         short accessLevelDelete,
                                         short accessLevelUpdate)
Creates an instance of class DisabledFilterProperty based on the superclass ViewCapable and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class DisabledFilterProperty.



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