org.opencrx.kernel.building1.cci
Interface LinkableItemLinkToClass

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

public interface LinkableItemLinkToClass
extends RefClass_1_0


Method Summary
 LinkableItemLinkTo createLinkableItemLinkTo()
          Creates an instance of class LinkableItemLinkTo.
 LinkableItemLinkTo createLinkableItemLinkTo(short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short linkType, String name, boolean disabled)
          Creates an instance of class LinkableItemLinkTo based on all required attributes.
 LinkableItemLinkTo extendAlertSender(AlertSender _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short linkType, String name, boolean disabled)
          Creates an instance of class LinkableItemLinkTo based on the superclass AlertSender and all required attributes not included in this superclass.
 LinkableItemLinkTo extendAuditee(Auditee _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short linkType, String name, boolean disabled)
          Creates an instance of class LinkableItemLinkTo based on the superclass Auditee and all required attributes not included in this superclass.
 LinkableItemLinkTo extendBasicObject(BasicObject _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short linkType, String name, boolean disabled)
          Creates an instance of class LinkableItemLinkTo based on the superclass BasicObject and all required attributes not included in this superclass.
 LinkableItemLinkTo extendCloneable(Cloneable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short linkType, String name, boolean disabled)
          Creates an instance of class LinkableItemLinkTo based on the superclass Cloneable and all required attributes not included in this superclass.
 LinkableItemLinkTo extendContextCapable(ContextCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short linkType, String name, boolean disabled)
          Creates an instance of class LinkableItemLinkTo based on the superclass ContextCapable and all required attributes not included in this superclass.
 LinkableItemLinkTo extendCrxObject(CrxObject _base, short linkType, String name)
          Creates an instance of class LinkableItemLinkTo based on the superclass CrxObject and all required attributes not included in this superclass.
 LinkableItemLinkTo extendExtentCapable(ExtentCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short linkType, String name, boolean disabled)
          Creates an instance of class LinkableItemLinkTo based on the superclass ExtentCapable and all required attributes not included in this superclass.
 LinkableItemLinkTo extendImporter(Importer _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short linkType, String name, boolean disabled)
          Creates an instance of class LinkableItemLinkTo based on the superclass Importer and all required attributes not included in this superclass.
 LinkableItemLinkTo extendIndexed(Indexed _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short linkType, String name, boolean disabled)
          Creates an instance of class LinkableItemLinkTo based on the superclass Indexed and all required attributes not included in this superclass.
 LinkableItemLinkTo extendLinkableItemLink(LinkableItemLink _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled)
          Creates an instance of class LinkableItemLinkTo based on the superclass LinkableItemLink and all required attributes not included in this superclass.
 LinkableItemLinkTo extendSecureObject(SecureObject _base, short linkType, String name, boolean disabled)
          Creates an instance of class LinkableItemLinkTo based on the superclass SecureObject and all required attributes not included in this superclass.
 LinkableItemLinkTo extendSubscriptionTarget(SubscriptionTarget _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short linkType, String name, boolean disabled)
          Creates an instance of class LinkableItemLinkTo based on the superclass SubscriptionTarget and all required attributes not included in this superclass.
 LinkableItemLinkTo extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short linkType, String name, boolean disabled)
          Creates an instance of class LinkableItemLinkTo based on the superclass ViewCapable and all required attributes not included in this superclass.
 LinkableItemLinkTo extendXmlExporter(XmlExporter _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, short linkType, String name, boolean disabled)
          Creates an instance of class LinkableItemLinkTo based on the superclass XmlExporter and all required attributes not included in this superclass.
 LinkableItemLinkTo getLinkableItemLinkTo(Object object)
          Creates an instance of class LinkableItemLinkTo 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

createLinkableItemLinkTo

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


getLinkableItemLinkTo

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

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

createLinkableItemLinkTo

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


extendAlertSender

LinkableItemLinkTo extendAlertSender(AlertSender _base,
                                     short accessLevelBrowse,
                                     short accessLevelDelete,
                                     short accessLevelUpdate,
                                     short linkType,
                                     String name,
                                     boolean disabled)
Creates an instance of class LinkableItemLinkTo 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 LinkableItemLinkTo.


extendAuditee

LinkableItemLinkTo extendAuditee(Auditee _base,
                                 short accessLevelBrowse,
                                 short accessLevelDelete,
                                 short accessLevelUpdate,
                                 short linkType,
                                 String name,
                                 boolean disabled)
Creates an instance of class LinkableItemLinkTo 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 LinkableItemLinkTo.


extendCloneable

LinkableItemLinkTo extendCloneable(Cloneable _base,
                                   short accessLevelBrowse,
                                   short accessLevelDelete,
                                   short accessLevelUpdate,
                                   short linkType,
                                   String name,
                                   boolean disabled)
Creates an instance of class LinkableItemLinkTo 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 LinkableItemLinkTo.


extendImporter

LinkableItemLinkTo extendImporter(Importer _base,
                                  short accessLevelBrowse,
                                  short accessLevelDelete,
                                  short accessLevelUpdate,
                                  short linkType,
                                  String name,
                                  boolean disabled)
Creates an instance of class LinkableItemLinkTo 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 LinkableItemLinkTo.


extendIndexed

LinkableItemLinkTo extendIndexed(Indexed _base,
                                 short accessLevelBrowse,
                                 short accessLevelDelete,
                                 short accessLevelUpdate,
                                 short linkType,
                                 String name,
                                 boolean disabled)
Creates an instance of class LinkableItemLinkTo 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 LinkableItemLinkTo.


extendSecureObject

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


extendSubscriptionTarget

LinkableItemLinkTo extendSubscriptionTarget(SubscriptionTarget _base,
                                            short accessLevelBrowse,
                                            short accessLevelDelete,
                                            short accessLevelUpdate,
                                            short linkType,
                                            String name,
                                            boolean disabled)
Creates an instance of class LinkableItemLinkTo 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 LinkableItemLinkTo.


extendXmlExporter

LinkableItemLinkTo extendXmlExporter(XmlExporter _base,
                                     short accessLevelBrowse,
                                     short accessLevelDelete,
                                     short accessLevelUpdate,
                                     short linkType,
                                     String name,
                                     boolean disabled)
Creates an instance of class LinkableItemLinkTo 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 LinkableItemLinkTo.


extendLinkableItemLink

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


extendCrxObject

LinkableItemLinkTo extendCrxObject(CrxObject _base,
                                   short linkType,
                                   String name)
Creates an instance of class LinkableItemLinkTo 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 LinkableItemLinkTo.


extendBasicObject

LinkableItemLinkTo extendBasicObject(BasicObject _base,
                                     short accessLevelBrowse,
                                     short accessLevelDelete,
                                     short accessLevelUpdate,
                                     short linkType,
                                     String name,
                                     boolean disabled)
Creates an instance of class LinkableItemLinkTo 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 LinkableItemLinkTo.


extendContextCapable

LinkableItemLinkTo extendContextCapable(ContextCapable _base,
                                        short accessLevelBrowse,
                                        short accessLevelDelete,
                                        short accessLevelUpdate,
                                        short linkType,
                                        String name,
                                        boolean disabled)
Creates an instance of class LinkableItemLinkTo 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 LinkableItemLinkTo.


extendExtentCapable

LinkableItemLinkTo extendExtentCapable(ExtentCapable _base,
                                       short accessLevelBrowse,
                                       short accessLevelDelete,
                                       short accessLevelUpdate,
                                       short linkType,
                                       String name,
                                       boolean disabled)
Creates an instance of class LinkableItemLinkTo 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 LinkableItemLinkTo.


extendViewCapable

LinkableItemLinkTo extendViewCapable(ViewCapable _base,
                                     short accessLevelBrowse,
                                     short accessLevelDelete,
                                     short accessLevelUpdate,
                                     short linkType,
                                     String name,
                                     boolean disabled)
Creates an instance of class LinkableItemLinkTo 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 LinkableItemLinkTo.



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