Uses of Interface
org.opencrx.kernel.ras1.cci.Descriptor

Packages that use Descriptor
org.opencrx.kernel.ras1.cci   
 

Uses of Descriptor in org.opencrx.kernel.ras1.cci
 

Classes in org.opencrx.kernel.ras1.cci that implement Descriptor
 class DescriptorImpl
           
 

Methods in org.opencrx.kernel.ras1.cci that return Descriptor
 Descriptor DescriptorClassImpl.createDescriptor()
           
 Descriptor DescriptorClass.createDescriptor()
          Creates an instance of class Descriptor.
 Descriptor DescriptorClassImpl.createDescriptor(short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name)
           
 Descriptor DescriptorClass.createDescriptor(short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name)
          Creates an instance of class Descriptor based on all required attributes.
 Descriptor DescriptorClassImpl.extendAlertSender(AlertSender _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name)
           
 Descriptor DescriptorClass.extendAlertSender(AlertSender _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name)
          Creates an instance of class Descriptor based on the superclass AlertSender and all required attributes not included in this superclass.
 Descriptor DescriptorClassImpl.extendAuditee(Auditee _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name)
           
 Descriptor DescriptorClass.extendAuditee(Auditee _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name)
          Creates an instance of class Descriptor based on the superclass Auditee and all required attributes not included in this superclass.
 Descriptor DescriptorClassImpl.extendBasicObject(BasicObject _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name)
           
 Descriptor DescriptorClass.extendBasicObject(BasicObject _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name)
          Creates an instance of class Descriptor based on the superclass BasicObject and all required attributes not included in this superclass.
 Descriptor DescriptorClassImpl.extendCloneable(Cloneable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name)
           
 Descriptor DescriptorClass.extendCloneable(Cloneable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name)
          Creates an instance of class Descriptor based on the superclass Cloneable and all required attributes not included in this superclass.
 Descriptor DescriptorClassImpl.extendContextCapable(ContextCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name)
           
 Descriptor DescriptorClass.extendContextCapable(ContextCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name)
          Creates an instance of class Descriptor based on the superclass ContextCapable and all required attributes not included in this superclass.
 Descriptor DescriptorClassImpl.extendCrxObject(CrxObject _base, String name)
           
 Descriptor DescriptorClass.extendCrxObject(CrxObject _base, String name)
          Creates an instance of class Descriptor based on the superclass CrxObject and all required attributes not included in this superclass.
 Descriptor DescriptorClassImpl.extendExtentCapable(ExtentCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name)
           
 Descriptor DescriptorClass.extendExtentCapable(ExtentCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name)
          Creates an instance of class Descriptor based on the superclass ExtentCapable and all required attributes not included in this superclass.
 Descriptor DescriptorClassImpl.extendImporter(Importer _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name)
           
 Descriptor DescriptorClass.extendImporter(Importer _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name)
          Creates an instance of class Descriptor based on the superclass Importer and all required attributes not included in this superclass.
 Descriptor DescriptorClassImpl.extendIndexed(Indexed _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name)
           
 Descriptor DescriptorClass.extendIndexed(Indexed _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name)
          Creates an instance of class Descriptor based on the superclass Indexed and all required attributes not included in this superclass.
 Descriptor DescriptorClassImpl.extendSecureObject(SecureObject _base, boolean disabled, String name)
           
 Descriptor DescriptorClass.extendSecureObject(SecureObject _base, boolean disabled, String name)
          Creates an instance of class Descriptor based on the superclass SecureObject and all required attributes not included in this superclass.
 Descriptor DescriptorClassImpl.extendSubscriptionTarget(SubscriptionTarget _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name)
           
 Descriptor DescriptorClass.extendSubscriptionTarget(SubscriptionTarget _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name)
          Creates an instance of class Descriptor based on the superclass SubscriptionTarget and all required attributes not included in this superclass.
 Descriptor DescriptorClassImpl.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name)
           
 Descriptor DescriptorClass.extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name)
          Creates an instance of class Descriptor based on the superclass ViewCapable and all required attributes not included in this superclass.
 Descriptor DescriptorClassImpl.extendXmlExporter(XmlExporter _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name)
           
 Descriptor DescriptorClass.extendXmlExporter(XmlExporter _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name)
          Creates an instance of class Descriptor based on the superclass XmlExporter and all required attributes not included in this superclass.
 Descriptor DescriptorClassImpl.getDescriptor(Object object)
           
 Descriptor DescriptorClass.getDescriptor(Object object)
          Creates an instance of class Descriptor based on the specified Object instance.
 Descriptor DescriptorGroupImpl.getDescriptor(String id)
           
 Descriptor DescriptorGroup.getDescriptor(String id)
          Retrieves the value for the reference descriptor for the specified qualifier attribute value.
 

Methods in org.opencrx.kernel.ras1.cci with parameters of type Descriptor
 void DescriptorGroupImpl.addDescriptor(Descriptor newValue)
           
 void DescriptorGroup.addDescriptor(Descriptor newValue)
           
 void DescriptorGroupImpl.addDescriptor(String id, Descriptor newValue)
           
 void DescriptorGroup.addDescriptor(String id, Descriptor newValue)
           
 void DescriptorGroupImpl.setDescriptor(Descriptor[] newValue)
           
 



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