org.opencrx.kernel.document1.cci
Interface ResourceIdentifierClass

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

public interface ResourceIdentifierClass
extends RefClass_1_0


Method Summary
 ResourceIdentifier createResourceIdentifier()
          Creates an instance of class ResourceIdentifier.
 ResourceIdentifier createResourceIdentifier(short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String uri)
          Creates an instance of class ResourceIdentifier based on all required attributes.
 ResourceIdentifier extendAuditee(Auditee _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String uri)
          Creates an instance of class ResourceIdentifier based on the superclass Auditee and all required attributes not included in this superclass.
 ResourceIdentifier extendBasicObject(BasicObject _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String uri)
          Creates an instance of class ResourceIdentifier based on the superclass BasicObject and all required attributes not included in this superclass.
 ResourceIdentifier extendContextCapable(ContextCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String uri)
          Creates an instance of class ResourceIdentifier based on the superclass ContextCapable and all required attributes not included in this superclass.
 ResourceIdentifier extendDocumentRevision(DocumentRevision _base, String uri)
          Creates an instance of class ResourceIdentifier based on the superclass DocumentRevision and all required attributes not included in this superclass.
 ResourceIdentifier extendExtentCapable(ExtentCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String uri)
          Creates an instance of class ResourceIdentifier based on the superclass ExtentCapable and all required attributes not included in this superclass.
 ResourceIdentifier extendIndexed(Indexed _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String uri)
          Creates an instance of class ResourceIdentifier based on the superclass Indexed and all required attributes not included in this superclass.
 ResourceIdentifier extendSecureObject(SecureObject _base, String uri)
          Creates an instance of class ResourceIdentifier based on the superclass SecureObject and all required attributes not included in this superclass.
 ResourceIdentifier extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String uri)
          Creates an instance of class ResourceIdentifier based on the superclass ViewCapable and all required attributes not included in this superclass.
 ResourceIdentifier getResourceIdentifier(Object object)
          Creates an instance of class ResourceIdentifier 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

createResourceIdentifier

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


getResourceIdentifier

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

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

createResourceIdentifier

ResourceIdentifier createResourceIdentifier(short accessLevelBrowse,
                                            short accessLevelDelete,
                                            short accessLevelUpdate,
                                            String uri)
Creates an instance of class ResourceIdentifier based on all required attributes. This is a factory operation used to create instance objects of class ResourceIdentifier.


extendAuditee

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


extendIndexed

ResourceIdentifier extendIndexed(Indexed _base,
                                 short accessLevelBrowse,
                                 short accessLevelDelete,
                                 short accessLevelUpdate,
                                 String uri)
Creates an instance of class ResourceIdentifier 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 ResourceIdentifier.


extendSecureObject

ResourceIdentifier extendSecureObject(SecureObject _base,
                                      String uri)
Creates an instance of class ResourceIdentifier 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 ResourceIdentifier.


extendDocumentRevision

ResourceIdentifier extendDocumentRevision(DocumentRevision _base,
                                          String uri)
Creates an instance of class ResourceIdentifier based on the superclass DocumentRevision and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class ResourceIdentifier.


extendBasicObject

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


extendContextCapable

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


extendExtentCapable

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


extendViewCapable

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



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