org.opencrx.kernel.document1.cci
Class ResourceIdentifierClassImpl

java.lang.Object
  extended by org.openmdx.base.accessor.jmi.spi.RefClass_1
      extended by org.opencrx.kernel.document1.cci.ResourceIdentifierClassImpl
All Implemented Interfaces:
Serializable, RefBaseObject, RefClass, RefFeatured, ResourceIdentifierClass, RefClass_1_0

public class ResourceIdentifierClassImpl
extends RefClass_1
implements ResourceIdentifierClass

See Also:
Serialized Form

Constructor Summary
ResourceIdentifierClassImpl(RefPackage_1_0 refPackage)
           
 
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.
 String refMofId()
           
 
Methods inherited from class org.openmdx.base.accessor.jmi.spi.RefClass_1
refAllOfClass, refAllOfType, refCreateInstance, refCreateStruct, refCreateStruct, refGetEnum, refGetEnum, refGetValue, refGetValue, refGetValue, refGetValue, refImmediatePackage, refInvokeOperation, refInvokeOperation, refMetaObject, refOutermostPackage, refSetValue, refSetValue, refSetValue, refVerifyConstraints
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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, refOutermostPackage, refVerifyConstraints
 

Constructor Detail

ResourceIdentifierClassImpl

public ResourceIdentifierClassImpl(RefPackage_1_0 refPackage)
Method Detail

refMofId

public String refMofId()
Specified by:
refMofId in interface RefBaseObject
Overrides:
refMofId in class RefClass_1

getResourceIdentifier

public ResourceIdentifier getResourceIdentifier(Object object)
Description copied from interface: ResourceIdentifierClass
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.

Specified by:
getResourceIdentifier in interface ResourceIdentifierClass
Parameters:
object - The Object instance this class is based on. Object must be instanceof RefObject, Object_1_0 or Path.

createResourceIdentifier

public ResourceIdentifier createResourceIdentifier()
Description copied from interface: ResourceIdentifierClass
Creates an instance of class ResourceIdentifier. This is a factory operation used to create instance objects of class ResourceIdentifier.

Specified by:
createResourceIdentifier in interface ResourceIdentifierClass

createResourceIdentifier

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

Specified by:
createResourceIdentifier in interface ResourceIdentifierClass

extendAuditee

public ResourceIdentifier extendAuditee(Auditee _base,
                                        short accessLevelBrowse,
                                        short accessLevelDelete,
                                        short accessLevelUpdate,
                                        String uri)
Description copied from interface: ResourceIdentifierClass
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.

Specified by:
extendAuditee in interface ResourceIdentifierClass

extendIndexed

public ResourceIdentifier extendIndexed(Indexed _base,
                                        short accessLevelBrowse,
                                        short accessLevelDelete,
                                        short accessLevelUpdate,
                                        String uri)
Description copied from interface: ResourceIdentifierClass
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.

Specified by:
extendIndexed in interface ResourceIdentifierClass

extendSecureObject

public ResourceIdentifier extendSecureObject(SecureObject _base,
                                             String uri)
Description copied from interface: ResourceIdentifierClass
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.

Specified by:
extendSecureObject in interface ResourceIdentifierClass

extendDocumentRevision

public ResourceIdentifier extendDocumentRevision(DocumentRevision _base,
                                                 String uri)
Description copied from interface: ResourceIdentifierClass
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.

Specified by:
extendDocumentRevision in interface ResourceIdentifierClass

extendBasicObject

public ResourceIdentifier extendBasicObject(BasicObject _base,
                                            short accessLevelBrowse,
                                            short accessLevelDelete,
                                            short accessLevelUpdate,
                                            String uri)
Description copied from interface: ResourceIdentifierClass
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.

Specified by:
extendBasicObject in interface ResourceIdentifierClass

extendContextCapable

public ResourceIdentifier extendContextCapable(ContextCapable _base,
                                               short accessLevelBrowse,
                                               short accessLevelDelete,
                                               short accessLevelUpdate,
                                               String uri)
Description copied from interface: ResourceIdentifierClass
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.

Specified by:
extendContextCapable in interface ResourceIdentifierClass

extendExtentCapable

public ResourceIdentifier extendExtentCapable(ExtentCapable _base,
                                              short accessLevelBrowse,
                                              short accessLevelDelete,
                                              short accessLevelUpdate,
                                              String uri)
Description copied from interface: ResourceIdentifierClass
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.

Specified by:
extendExtentCapable in interface ResourceIdentifierClass

extendViewCapable

public ResourceIdentifier extendViewCapable(ViewCapable _base,
                                            short accessLevelBrowse,
                                            short accessLevelDelete,
                                            short accessLevelUpdate,
                                            String uri)
Description copied from interface: ResourceIdentifierClass
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.

Specified by:
extendViewCapable in interface ResourceIdentifierClass


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