org.opencrx.kernel.depot1.jmi1
Interface DepotReportClass

All Superinterfaces:
RefBaseObject, RefClass, RefFeatured

public interface DepotReportClass
extends RefClass


Method Summary
 DepotReport createDepotReport()
          Creates an instance of class DepotReport.
 DepotReport createDepotReport(short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isDraft, String name, boolean disabled)
          Creates an instance of class DepotReport based on all required attributes.
 DepotReport extendAlertSender(AlertSender _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isDraft, String name, boolean disabled)
          Creates an instance of class DepotReport based on the superclass AlertSender and all required attributes not included in this superclass.
 DepotReport extendAuditee(Auditee _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isDraft, String name, boolean disabled)
          Creates an instance of class DepotReport based on the superclass Auditee and all required attributes not included in this superclass.
 DepotReport extendBasicObject(org.openmdx.base.jmi1.BasicObject _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isDraft, String name, boolean disabled)
          Creates an instance of class DepotReport based on the superclass BasicObject and all required attributes not included in this superclass.
 DepotReport extendCloneable(Cloneable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isDraft, String name, boolean disabled)
          Creates an instance of class DepotReport based on the superclass Cloneable and all required attributes not included in this superclass.
 DepotReport extendContextCapable(org.openmdx.base.jmi1.ContextCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isDraft, String name, boolean disabled)
          Creates an instance of class DepotReport based on the superclass ContextCapable and all required attributes not included in this superclass.
 DepotReport extendCrxObject(CrxObject _base, boolean isDraft, String name)
          Creates an instance of class DepotReport based on the superclass CrxObject and all required attributes not included in this superclass.
 DepotReport extendDescriptionContainer(DescriptionContainer _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isDraft, String name, boolean disabled)
          Creates an instance of class DepotReport based on the superclass DescriptionContainer and all required attributes not included in this superclass.
 DepotReport extendExtentCapable(org.openmdx.base.jmi1.ExtentCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isDraft, String name, boolean disabled)
          Creates an instance of class DepotReport based on the superclass ExtentCapable and all required attributes not included in this superclass.
 DepotReport extendImporter(Importer _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isDraft, String name, boolean disabled)
          Creates an instance of class DepotReport based on the superclass Importer and all required attributes not included in this superclass.
 DepotReport extendIndexed(Indexed _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isDraft, String name, boolean disabled)
          Creates an instance of class DepotReport based on the superclass Indexed and all required attributes not included in this superclass.
 DepotReport extendSecureObject(SecureObject _base, boolean isDraft, String name, boolean disabled)
          Creates an instance of class DepotReport based on the superclass SecureObject and all required attributes not included in this superclass.
 DepotReport extendSubscriptionTarget(SubscriptionTarget _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isDraft, String name, boolean disabled)
          Creates an instance of class DepotReport based on the superclass SubscriptionTarget and all required attributes not included in this superclass.
 DepotReport extendViewCapable(org.openmdx.compatibility.view1.jmi1.ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isDraft, String name, boolean disabled)
          Creates an instance of class DepotReport based on the superclass ViewCapable and all required attributes not included in this superclass.
 DepotReport extendXmlExporter(XmlExporter _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean isDraft, String name, boolean disabled)
          Creates an instance of class DepotReport based on the superclass XmlExporter and all required attributes not included in this superclass.
 DepotReport getDepotReport(Object object)
          Creates an instance of class DepotReport 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

createDepotReport

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


getDepotReport

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

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

createDepotReport

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


extendAlertSender

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


extendAuditee

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


extendCloneable

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


extendImporter

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


extendIndexed

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


extendSecureObject

DepotReport extendSecureObject(SecureObject _base,
                               boolean isDraft,
                               String name,
                               boolean disabled)
Creates an instance of class DepotReport 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 DepotReport.


extendSubscriptionTarget

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


extendXmlExporter

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


extendCrxObject

DepotReport extendCrxObject(CrxObject _base,
                            boolean isDraft,
                            String name)
Creates an instance of class DepotReport based on the superclass CrxObject and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class DepotReport.


extendDescriptionContainer

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


extendBasicObject

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


extendContextCapable

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


extendExtentCapable

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


extendViewCapable

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



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