org.opencrx.kernel.home1.cci
Interface AlertClass

All Superinterfaces:
RefBaseObject, RefClass, RefClass_1_0, RefFeatured
All Known Implementing Classes:
AlertClassImpl

public interface AlertClass
extends RefClass_1_0


Method Summary
 Alert createAlert()
          Creates an instance of class Alert.
 Alert createAlert(short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short alertState, short importance, String name)
          Creates an instance of class Alert based on all required attributes.
 Alert extendAuditee(Auditee _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short alertState, short importance, String name)
          Creates an instance of class Alert based on the superclass Auditee and all required attributes not included in this superclass.
 Alert extendBasicObject(BasicObject _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short alertState, short importance, String name)
          Creates an instance of class Alert based on the superclass BasicObject and all required attributes not included in this superclass.
 Alert extendContextCapable(ContextCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short alertState, short importance, String name)
          Creates an instance of class Alert based on the superclass ContextCapable and all required attributes not included in this superclass.
 Alert extendExtentCapable(ExtentCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short alertState, short importance, String name)
          Creates an instance of class Alert based on the superclass ExtentCapable and all required attributes not included in this superclass.
 Alert extendSecureObject(SecureObject _base, short alertState, short importance, String name)
          Creates an instance of class Alert based on the superclass SecureObject and all required attributes not included in this superclass.
 Alert extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short alertState, short importance, String name)
          Creates an instance of class Alert based on the superclass ViewCapable and all required attributes not included in this superclass.
 Alert extendWorkflowTarget(WorkflowTarget _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short alertState, short importance, String name)
          Creates an instance of class Alert based on the superclass WorkflowTarget and all required attributes not included in this superclass.
 Alert getAlert(Object object)
          Creates an instance of class Alert 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

createAlert

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


getAlert

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

Parameters:
object - The Object instance this class is based on. Object must be instanceof RefObject, Object_1_0 or Path.

createAlert

Alert createAlert(short accessLevelBrowse,
                  short accessLevelDelete,
                  short accessLevelUpdate,
                  short alertState,
                  short importance,
                  String name)
Creates an instance of class Alert based on all required attributes. This is a factory operation used to create instance objects of class Alert.


extendAuditee

Alert extendAuditee(Auditee _base,
                    short accessLevelBrowse,
                    short accessLevelDelete,
                    short accessLevelUpdate,
                    short alertState,
                    short importance,
                    String name)
Creates an instance of class Alert 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 Alert.


extendSecureObject

Alert extendSecureObject(SecureObject _base,
                         short alertState,
                         short importance,
                         String name)
Creates an instance of class Alert 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 Alert.


extendWorkflowTarget

Alert extendWorkflowTarget(WorkflowTarget _base,
                           short accessLevelBrowse,
                           short accessLevelDelete,
                           short accessLevelUpdate,
                           short alertState,
                           short importance,
                           String name)
Creates an instance of class Alert based on the superclass WorkflowTarget and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Alert.


extendBasicObject

Alert extendBasicObject(BasicObject _base,
                        short accessLevelBrowse,
                        short accessLevelDelete,
                        short accessLevelUpdate,
                        short alertState,
                        short importance,
                        String name)
Creates an instance of class Alert 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 Alert.


extendContextCapable

Alert extendContextCapable(ContextCapable _base,
                           short accessLevelBrowse,
                           short accessLevelDelete,
                           short accessLevelUpdate,
                           short alertState,
                           short importance,
                           String name)
Creates an instance of class Alert 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 Alert.


extendExtentCapable

Alert extendExtentCapable(ExtentCapable _base,
                          short accessLevelBrowse,
                          short accessLevelDelete,
                          short accessLevelUpdate,
                          short alertState,
                          short importance,
                          String name)
Creates an instance of class Alert 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 Alert.


extendViewCapable

Alert extendViewCapable(ViewCapable _base,
                        short accessLevelBrowse,
                        short accessLevelDelete,
                        short accessLevelUpdate,
                        short alertState,
                        short importance,
                        String name)
Creates an instance of class Alert 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 Alert.



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