org.opencrx.kernel.activity1.jmi1
Interface ActivityTypeFilterPropertyClass

All Superinterfaces:
RefBaseObject, RefClass, RefFeatured

public interface ActivityTypeFilterPropertyClass
extends RefClass


Method Summary
 ActivityTypeFilterProperty createActivityTypeFilterProperty()
          Creates an instance of class ActivityTypeFilterProperty.
 ActivityTypeFilterProperty createActivityTypeFilterProperty(String name, short filterOperator, short filterQuantor, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class ActivityTypeFilterProperty based on all required attributes.
 ActivityTypeFilterProperty extendAbstractFilterProperty(AbstractFilterProperty _base, short filterOperator, short filterQuantor, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class ActivityTypeFilterProperty based on the superclass AbstractFilterProperty and all required attributes not included in this superclass.
 ActivityTypeFilterProperty extendActivityFilterProperty(ActivityFilterProperty _base, String name, short filterOperator, short filterQuantor)
          Creates an instance of class ActivityTypeFilterProperty based on the superclass ActivityFilterProperty and all required attributes not included in this superclass.
 ActivityTypeFilterProperty extendAttributeFilterProperty(AttributeFilterProperty _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class ActivityTypeFilterProperty based on the superclass AttributeFilterProperty and all required attributes not included in this superclass.
 ActivityTypeFilterProperty extendBasicObject(org.openmdx.base.jmi1.BasicObject _base, String name, short filterOperator, short filterQuantor, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class ActivityTypeFilterProperty based on the superclass BasicObject and all required attributes not included in this superclass.
 ActivityTypeFilterProperty extendContextCapable(org.openmdx.base.jmi1.ContextCapable _base, String name, short filterOperator, short filterQuantor, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class ActivityTypeFilterProperty based on the superclass ContextCapable and all required attributes not included in this superclass.
 ActivityTypeFilterProperty extendExtentCapable(org.openmdx.base.jmi1.ExtentCapable _base, String name, short filterOperator, short filterQuantor, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class ActivityTypeFilterProperty based on the superclass ExtentCapable and all required attributes not included in this superclass.
 ActivityTypeFilterProperty extendSecureObject(SecureObject _base, String name, short filterOperator, short filterQuantor)
          Creates an instance of class ActivityTypeFilterProperty based on the superclass SecureObject and all required attributes not included in this superclass.
 ActivityTypeFilterProperty extendViewCapable(org.openmdx.compatibility.view1.jmi1.ViewCapable _base, String name, short filterOperator, short filterQuantor, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class ActivityTypeFilterProperty based on the superclass ViewCapable and all required attributes not included in this superclass.
 ActivityTypeFilterProperty getActivityTypeFilterProperty(Object object)
          Creates an instance of class ActivityTypeFilterProperty 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

createActivityTypeFilterProperty

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


getActivityTypeFilterProperty

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

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

createActivityTypeFilterProperty

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


extendActivityFilterProperty

ActivityTypeFilterProperty extendActivityFilterProperty(ActivityFilterProperty _base,
                                                        String name,
                                                        short filterOperator,
                                                        short filterQuantor)
Creates an instance of class ActivityTypeFilterProperty 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 ActivityTypeFilterProperty.


extendAbstractFilterProperty

ActivityTypeFilterProperty extendAbstractFilterProperty(AbstractFilterProperty _base,
                                                        short filterOperator,
                                                        short filterQuantor,
                                                        short accessLevelBrowse,
                                                        short accessLevelDelete,
                                                        short accessLevelUpdate)
Creates an instance of class ActivityTypeFilterProperty 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 ActivityTypeFilterProperty.


extendAttributeFilterProperty

ActivityTypeFilterProperty extendAttributeFilterProperty(AttributeFilterProperty _base,
                                                         short accessLevelBrowse,
                                                         short accessLevelDelete,
                                                         short accessLevelUpdate)
Creates an instance of class ActivityTypeFilterProperty 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 ActivityTypeFilterProperty.


extendSecureObject

ActivityTypeFilterProperty extendSecureObject(SecureObject _base,
                                              String name,
                                              short filterOperator,
                                              short filterQuantor)
Creates an instance of class ActivityTypeFilterProperty 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 ActivityTypeFilterProperty.


extendBasicObject

ActivityTypeFilterProperty extendBasicObject(org.openmdx.base.jmi1.BasicObject _base,
                                             String name,
                                             short filterOperator,
                                             short filterQuantor,
                                             short accessLevelBrowse,
                                             short accessLevelDelete,
                                             short accessLevelUpdate)
Creates an instance of class ActivityTypeFilterProperty 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 ActivityTypeFilterProperty.


extendContextCapable

ActivityTypeFilterProperty extendContextCapable(org.openmdx.base.jmi1.ContextCapable _base,
                                                String name,
                                                short filterOperator,
                                                short filterQuantor,
                                                short accessLevelBrowse,
                                                short accessLevelDelete,
                                                short accessLevelUpdate)
Creates an instance of class ActivityTypeFilterProperty 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 ActivityTypeFilterProperty.


extendExtentCapable

ActivityTypeFilterProperty extendExtentCapable(org.openmdx.base.jmi1.ExtentCapable _base,
                                               String name,
                                               short filterOperator,
                                               short filterQuantor,
                                               short accessLevelBrowse,
                                               short accessLevelDelete,
                                               short accessLevelUpdate)
Creates an instance of class ActivityTypeFilterProperty 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 ActivityTypeFilterProperty.


extendViewCapable

ActivityTypeFilterProperty extendViewCapable(org.openmdx.compatibility.view1.jmi1.ViewCapable _base,
                                             String name,
                                             short filterOperator,
                                             short filterQuantor,
                                             short accessLevelBrowse,
                                             short accessLevelDelete,
                                             short accessLevelUpdate)
Creates an instance of class ActivityTypeFilterProperty 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 ActivityTypeFilterProperty.



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