org.opencrx.kernel.activity1.jmi1
Interface IncidentClass

All Superinterfaces:
RefBaseObject, RefClass, RefFeatured

public interface IncidentClass
extends RefClass


Method Summary
 Incident createIncident()
          Creates an instance of class Incident.
 Incident createIncident(short activityState, String name, short priority, short caseOrigin, short caseType, short customerSatisfaction, short reproducibility, short severity, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Incident based on all required attributes.
 Incident extendActivity(Activity _base, short caseOrigin, short caseType, short customerSatisfaction, short reproducibility, short severity)
          Creates an instance of class Incident based on the superclass Activity and all required attributes not included in this superclass.
 Incident extendAlertSender(AlertSender _base, short activityState, String name, short priority, short caseOrigin, short caseType, short customerSatisfaction, short reproducibility, short severity, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Incident based on the superclass AlertSender and all required attributes not included in this superclass.
 Incident extendAuditee(Auditee _base, short activityState, String name, short priority, short caseOrigin, short caseType, short customerSatisfaction, short reproducibility, short severity, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Incident based on the superclass Auditee and all required attributes not included in this superclass.
 Incident extendBasicObject(org.openmdx.base.jmi1.BasicObject _base, short activityState, String name, short priority, short caseOrigin, short caseType, short customerSatisfaction, short reproducibility, short severity, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Incident based on the superclass BasicObject and all required attributes not included in this superclass.
 Incident extendCloneable(Cloneable _base, short activityState, String name, short priority, short caseOrigin, short caseType, short customerSatisfaction, short reproducibility, short severity, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Incident based on the superclass Cloneable and all required attributes not included in this superclass.
 Incident extendContextCapable(org.openmdx.base.jmi1.ContextCapable _base, short activityState, String name, short priority, short caseOrigin, short caseType, short customerSatisfaction, short reproducibility, short severity, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Incident based on the superclass ContextCapable and all required attributes not included in this superclass.
 Incident extendCrxObject(CrxObject _base, short activityState, String name, short priority, short caseOrigin, short caseType, short customerSatisfaction, short reproducibility, short severity)
          Creates an instance of class Incident based on the superclass CrxObject and all required attributes not included in this superclass.
 Incident extendDepotReferenceHolder(DepotReferenceHolder _base, short activityState, String name, short priority, short caseOrigin, short caseType, short customerSatisfaction, short reproducibility, short severity, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Incident based on the superclass DepotReferenceHolder and all required attributes not included in this superclass.
 Incident extendExtentCapable(org.openmdx.base.jmi1.ExtentCapable _base, short activityState, String name, short priority, short caseOrigin, short caseType, short customerSatisfaction, short reproducibility, short severity, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Incident based on the superclass ExtentCapable and all required attributes not included in this superclass.
 Incident extendImporter(Importer _base, short activityState, String name, short priority, short caseOrigin, short caseType, short customerSatisfaction, short reproducibility, short severity, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Incident based on the superclass Importer and all required attributes not included in this superclass.
 Incident extendIndexed(Indexed _base, short activityState, String name, short priority, short caseOrigin, short caseType, short customerSatisfaction, short reproducibility, short severity, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Incident based on the superclass Indexed and all required attributes not included in this superclass.
 Incident extendSecureObject(SecureObject _base, short activityState, String name, short priority, short caseOrigin, short caseType, short customerSatisfaction, short reproducibility, short severity, boolean disabled)
          Creates an instance of class Incident based on the superclass SecureObject and all required attributes not included in this superclass.
 Incident extendSubscriptionTarget(SubscriptionTarget _base, short activityState, String name, short priority, short caseOrigin, short caseType, short customerSatisfaction, short reproducibility, short severity, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Incident based on the superclass SubscriptionTarget and all required attributes not included in this superclass.
 Incident extendViewCapable(org.openmdx.compatibility.view1.jmi1.ViewCapable _base, short activityState, String name, short priority, short caseOrigin, short caseType, short customerSatisfaction, short reproducibility, short severity, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Incident based on the superclass ViewCapable and all required attributes not included in this superclass.
 Incident extendXmlExporter(XmlExporter _base, short activityState, String name, short priority, short caseOrigin, short caseType, short customerSatisfaction, short reproducibility, short severity, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class Incident based on the superclass XmlExporter and all required attributes not included in this superclass.
 Incident getIncident(Object object)
          Creates an instance of class Incident 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

createIncident

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


getIncident

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

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

createIncident

Incident createIncident(short activityState,
                        String name,
                        short priority,
                        short caseOrigin,
                        short caseType,
                        short customerSatisfaction,
                        short reproducibility,
                        short severity,
                        short accessLevelBrowse,
                        short accessLevelDelete,
                        short accessLevelUpdate,
                        boolean disabled)
Creates an instance of class Incident based on all required attributes. This is a factory operation used to create instance objects of class Incident.


extendActivity

Incident extendActivity(Activity _base,
                        short caseOrigin,
                        short caseType,
                        short customerSatisfaction,
                        short reproducibility,
                        short severity)
Creates an instance of class Incident based on the superclass Activity and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Incident.


extendAlertSender

Incident extendAlertSender(AlertSender _base,
                           short activityState,
                           String name,
                           short priority,
                           short caseOrigin,
                           short caseType,
                           short customerSatisfaction,
                           short reproducibility,
                           short severity,
                           short accessLevelBrowse,
                           short accessLevelDelete,
                           short accessLevelUpdate,
                           boolean disabled)
Creates an instance of class Incident 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 Incident.


extendAuditee

Incident extendAuditee(Auditee _base,
                       short activityState,
                       String name,
                       short priority,
                       short caseOrigin,
                       short caseType,
                       short customerSatisfaction,
                       short reproducibility,
                       short severity,
                       short accessLevelBrowse,
                       short accessLevelDelete,
                       short accessLevelUpdate,
                       boolean disabled)
Creates an instance of class Incident 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 Incident.


extendCloneable

Incident extendCloneable(Cloneable _base,
                         short activityState,
                         String name,
                         short priority,
                         short caseOrigin,
                         short caseType,
                         short customerSatisfaction,
                         short reproducibility,
                         short severity,
                         short accessLevelBrowse,
                         short accessLevelDelete,
                         short accessLevelUpdate,
                         boolean disabled)
Creates an instance of class Incident 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 Incident.


extendImporter

Incident extendImporter(Importer _base,
                        short activityState,
                        String name,
                        short priority,
                        short caseOrigin,
                        short caseType,
                        short customerSatisfaction,
                        short reproducibility,
                        short severity,
                        short accessLevelBrowse,
                        short accessLevelDelete,
                        short accessLevelUpdate,
                        boolean disabled)
Creates an instance of class Incident 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 Incident.


extendIndexed

Incident extendIndexed(Indexed _base,
                       short activityState,
                       String name,
                       short priority,
                       short caseOrigin,
                       short caseType,
                       short customerSatisfaction,
                       short reproducibility,
                       short severity,
                       short accessLevelBrowse,
                       short accessLevelDelete,
                       short accessLevelUpdate,
                       boolean disabled)
Creates an instance of class Incident 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 Incident.


extendSecureObject

Incident extendSecureObject(SecureObject _base,
                            short activityState,
                            String name,
                            short priority,
                            short caseOrigin,
                            short caseType,
                            short customerSatisfaction,
                            short reproducibility,
                            short severity,
                            boolean disabled)
Creates an instance of class Incident 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 Incident.


extendSubscriptionTarget

Incident extendSubscriptionTarget(SubscriptionTarget _base,
                                  short activityState,
                                  String name,
                                  short priority,
                                  short caseOrigin,
                                  short caseType,
                                  short customerSatisfaction,
                                  short reproducibility,
                                  short severity,
                                  short accessLevelBrowse,
                                  short accessLevelDelete,
                                  short accessLevelUpdate,
                                  boolean disabled)
Creates an instance of class Incident 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 Incident.


extendXmlExporter

Incident extendXmlExporter(XmlExporter _base,
                           short activityState,
                           String name,
                           short priority,
                           short caseOrigin,
                           short caseType,
                           short customerSatisfaction,
                           short reproducibility,
                           short severity,
                           short accessLevelBrowse,
                           short accessLevelDelete,
                           short accessLevelUpdate,
                           boolean disabled)
Creates an instance of class Incident 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 Incident.


extendDepotReferenceHolder

Incident extendDepotReferenceHolder(DepotReferenceHolder _base,
                                    short activityState,
                                    String name,
                                    short priority,
                                    short caseOrigin,
                                    short caseType,
                                    short customerSatisfaction,
                                    short reproducibility,
                                    short severity,
                                    short accessLevelBrowse,
                                    short accessLevelDelete,
                                    short accessLevelUpdate,
                                    boolean disabled)
Creates an instance of class Incident based on the superclass DepotReferenceHolder and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Incident.


extendCrxObject

Incident extendCrxObject(CrxObject _base,
                         short activityState,
                         String name,
                         short priority,
                         short caseOrigin,
                         short caseType,
                         short customerSatisfaction,
                         short reproducibility,
                         short severity)
Creates an instance of class Incident 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 Incident.


extendBasicObject

Incident extendBasicObject(org.openmdx.base.jmi1.BasicObject _base,
                           short activityState,
                           String name,
                           short priority,
                           short caseOrigin,
                           short caseType,
                           short customerSatisfaction,
                           short reproducibility,
                           short severity,
                           short accessLevelBrowse,
                           short accessLevelDelete,
                           short accessLevelUpdate,
                           boolean disabled)
Creates an instance of class Incident 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 Incident.


extendContextCapable

Incident extendContextCapable(org.openmdx.base.jmi1.ContextCapable _base,
                              short activityState,
                              String name,
                              short priority,
                              short caseOrigin,
                              short caseType,
                              short customerSatisfaction,
                              short reproducibility,
                              short severity,
                              short accessLevelBrowse,
                              short accessLevelDelete,
                              short accessLevelUpdate,
                              boolean disabled)
Creates an instance of class Incident 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 Incident.


extendExtentCapable

Incident extendExtentCapable(org.openmdx.base.jmi1.ExtentCapable _base,
                             short activityState,
                             String name,
                             short priority,
                             short caseOrigin,
                             short caseType,
                             short customerSatisfaction,
                             short reproducibility,
                             short severity,
                             short accessLevelBrowse,
                             short accessLevelDelete,
                             short accessLevelUpdate,
                             boolean disabled)
Creates an instance of class Incident 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 Incident.


extendViewCapable

Incident extendViewCapable(org.openmdx.compatibility.view1.jmi1.ViewCapable _base,
                           short activityState,
                           String name,
                           short priority,
                           short caseOrigin,
                           short caseType,
                           short customerSatisfaction,
                           short reproducibility,
                           short severity,
                           short accessLevelBrowse,
                           short accessLevelDelete,
                           short accessLevelUpdate,
                           boolean disabled)
Creates an instance of class Incident 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 Incident.



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