org.modelsphere.sms.or.oracle.db
Class DbORAProcedure

java.lang.Object
  extended by PersistentObject
      extended by org.modelsphere.jack.baseDb.db.DbObject
          extended by org.modelsphere.jack.baseDb.db.DbSemanticalObject
              extended by org.modelsphere.sms.db.DbSMSSemanticalObject
                  extended by org.modelsphere.sms.db.DbSMSTypedElement
                      extended by org.modelsphere.sms.db.DbSMSFeature
                          extended by org.modelsphere.sms.db.DbSMSBehavioralFeature
                              extended by org.modelsphere.sms.or.db.DbORAbstractMethod
                                  extended by org.modelsphere.sms.or.db.DbORProcedure
                                      extended by org.modelsphere.sms.or.oracle.db.DbORAProcedure

public final class DbORAProcedure
extends DbORProcedure

Direct subclass(es)/subinterface(s) : none.
Composites : DbORAProgramUnitLibrary.
Components : DbORAParameter, DbSMSObjectImport.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject
DbObject.ComponentIterator
 
Field Summary
static MetaField fDeterministic
           
static MetaField fInvokerRights
           
static MetaField fLanguage
           
static MetaField fParallel
           
static MetaClass metaClass
           
 
Fields inherited from class org.modelsphere.sms.or.db.DbORProcedure
fFunction, fJavaMethod, fLength, fPrecision, fReturnType, fReturnTypeReference
 
Fields inherited from class org.modelsphere.sms.or.db.DbORAbstractMethod
fBody, fUser
 
Fields inherited from class org.modelsphere.sms.db.DbSMSFeature
fOverriddenFeatures, fOverridingFeatures
 
Fields inherited from class org.modelsphere.sms.db.DbSMSSemanticalObject
fObjectImports, fSourceLinks, fSubCopies, fSuperCopy, fTargetLinks, fUmlConstraints, fUmlStereotype
 
Fields inherited from class org.modelsphere.jack.baseDb.db.DbSemanticalObject
fAdminAccessList, fAlias, fDescription, fName, fPhysicalName, fWriteAccessList
 
Fields inherited from class org.modelsphere.jack.baseDb.db.DbObject
ACCESS_GRANTED, ACCESS_NOT_GRANTED, fComponents, fComposite, fCreationTime, fModificationTime, fUdfValues, fValidationStatus, LONG_FORM, SHORT_FORM, VALIDATION_ERROR, VALIDATION_OK, VALIDATION_WARNING, writeAccess
 
Constructor Summary
DbORAProcedure()
          Parameter-less constructor.
DbORAProcedure(DbObject composite)
          Creates an instance of DbORAProcedure.
 
Method Summary
 java.lang.Boolean getDeterministic()
          Deprecated. use isDeterministic() method instead
 ORAInvokerRights getInvokerRights()
          Gets the "invoker rights" of a DbORAProcedure's instance.
 ORALanguage getLanguage()
          Gets the "language" of a DbORAProcedure's instance.
 MetaClass getMetaClass()
           
 java.lang.Boolean getParallel()
          Deprecated. use isParallel() method instead
static void initMeta()
          For internal use only.
 boolean isDeterministic()
          Tells whether a DbORAProcedure's instance is deterministic or not.
 boolean isParallel()
          Tells whether a DbORAProcedure's instance is parallel or not.
 void set(MetaField metaField, java.lang.Object value)
           
 void set(MetaRelationN relation, DbObject neighbor, int op)
           
 void setDeterministic(java.lang.Boolean value)
          Sets the "deterministic" property of a DbORAProcedure's instance.
 void setInvokerRights(ORAInvokerRights value)
          Sets the "invoker rights" property of a DbORAProcedure's instance.
 void setLanguage(ORALanguage value)
          Sets the "language" property of a DbORAProcedure's instance.
 void setParallel(java.lang.Boolean value)
          Sets the "parallel" property of a DbORAProcedure's instance.
 
Methods inherited from class org.modelsphere.sms.or.db.DbORProcedure
buildSignature, getFunction, getJavaMethod, getLength, getPrecision, getReturnType, getReturnTypeReference, getSemanticalIcon, isFunction, isReturnTypeReference, setFunction, setJavaMethod, setLength, setPrecision, setReturnType, setReturnTypeReference
 
Methods inherited from class org.modelsphere.sms.or.db.DbORAbstractMethod
getBody, getSecurityMask, getUser, setBody, setUser
 
Methods inherited from class org.modelsphere.sms.db.DbSMSFeature
addToOverriddenFeatures, addToOverridingFeatures, getOverriddenFeatures, getOverridingFeatures, removeFromOverriddenFeatures, removeFromOverridingFeatures, setOverriddenFeatures, setOverridingFeatures
 
Methods inherited from class org.modelsphere.sms.db.DbSMSSemanticalObject
addToSourceLinks, addToTargetLinks, addToUmlConstraints, getObjectImports, getSourceLinks, getSubCopies, getSuperCopy, getTargetLinks, getUmlConstraints, getUmlStereotype, removeFromSourceLinks, removeFromTargetLinks, removeFromUmlConstraints, setSourceLinks, setSuperCopy, setTargetLinks, setUmlConstraints, setUmlStereotype
 
Methods inherited from class org.modelsphere.jack.baseDb.db.DbSemanticalObject
findComponentByPhysicalName, getAdminAccessList, getAlias, getDescription, getName, getPhysicalName, getWriteAccessList, matches, setAlias, setDescription, setName, setPhysicalName
 
Methods inherited from class org.modelsphere.jack.baseDb.db.DbObject
addDbRefreshListener, addDbRefreshListener, basicReinsert, basicSet, basicSet, buildFullNameString, buildFullNameString, componentTree, componentTree, componentTree, copyComponent, createComponent, createComponent, createRAMRelN, deepCopy, deepCopy, doDeleteAction, findComponentByName, findComponentByName, findMatchingObject, generateEDCTimestamp, get, get, get, getAccordingToStatus, getComponents, getComposite, getCompositeOfType, getCreationTime, getDb, getDependencyRelations, getEDCTimestamp, getFullDisplayName, getId, getMatchingObject, getMinCard, getModificationTime, getNbNeighbors, getNextTs, getOld, getProject, getSemanticalName, getTransStatus, getTs, getUDF, getUdfValues, getValidationStatus, hasAdminAccess, hasChanged, hasField, hasWriteAccess, isAddedAndRemoved, isAlive, isDeletable, isDescendingFrom, isHugeRelN, load, load, reinsert, remove, removeDbRefreshListener, save, set, setComposite, setMatchingObject, setModificationTime, setRelationNN, setRelationNN, setValidationStatus, toString, valuesAreEqual
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fInvokerRights

public static final MetaField fInvokerRights

fDeterministic

public static final MetaField fDeterministic

fParallel

public static final MetaField fParallel

fLanguage

public static final MetaField fLanguage

metaClass

public static final MetaClass metaClass
Constructor Detail

DbORAProcedure

public DbORAProcedure()
Parameter-less constructor. Required by Java Beans Conventions.


DbORAProcedure

public DbORAProcedure(DbObject composite)
               throws DbException
Creates an instance of DbORAProcedure.

Parameters:
composite - the object which will contain the newly-created instance
Throws:
DbException
Method Detail

initMeta

public static void initMeta()
For internal use only.


setInvokerRights

public final void setInvokerRights(ORAInvokerRights value)
                            throws DbException
Sets the "invoker rights" property of a DbORAProcedure's instance.

Parameters:
value - the "invoker rights" property
Throws:
DbException

setDeterministic

public final void setDeterministic(java.lang.Boolean value)
                            throws DbException
Sets the "deterministic" property of a DbORAProcedure's instance.

Parameters:
value - the "deterministic" property
Throws:
DbException

setParallel

public final void setParallel(java.lang.Boolean value)
                       throws DbException
Sets the "parallel" property of a DbORAProcedure's instance.

Parameters:
value - the "parallel" property
Throws:
DbException

setLanguage

public final void setLanguage(ORALanguage value)
                       throws DbException
Sets the "language" property of a DbORAProcedure's instance.

Parameters:
value - the "language" property
Throws:
DbException

set

public void set(MetaField metaField,
                java.lang.Object value)
         throws DbException
Overrides:
set in class DbORProcedure
Throws:
DbException

set

public void set(MetaRelationN relation,
                DbObject neighbor,
                int op)
         throws DbException
Overrides:
set in class DbORProcedure
Throws:
DbException

getInvokerRights

public final ORAInvokerRights getInvokerRights()
                                        throws DbException
Gets the "invoker rights" of a DbORAProcedure's instance.

Returns:
the "invoker rights"
Throws:
DbException

getDeterministic

public final java.lang.Boolean getDeterministic()
                                         throws DbException
Deprecated. use isDeterministic() method instead

Gets the "deterministic" property's Boolean value of a DbORAProcedure's instance.

Returns:
the "deterministic" property's Boolean value
Throws:
DbException

isDeterministic

public final boolean isDeterministic()
                              throws DbException
Tells whether a DbORAProcedure's instance is deterministic or not.

Returns:
boolean
Throws:
DbException

getParallel

public final java.lang.Boolean getParallel()
                                    throws DbException
Deprecated. use isParallel() method instead

Gets the "parallel" property's Boolean value of a DbORAProcedure's instance.

Returns:
the "parallel" property's Boolean value
Throws:
DbException

isParallel

public final boolean isParallel()
                         throws DbException
Tells whether a DbORAProcedure's instance is parallel or not.

Returns:
boolean
Throws:
DbException

getLanguage

public final ORALanguage getLanguage()
                              throws DbException
Gets the "language" of a DbORAProcedure's instance.

Returns:
the "language"
Throws:
DbException

getMetaClass

public MetaClass getMetaClass()
Specified by:
getMetaClass in class DbObject


Open ModelSphere 2007. All Rights Reserved.