|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Package interface represents a library of functions.
| Fields inherited from interface oracle.owb.metadatamgmt.changemgmt.Snapshotable |
MAX_DEPENDENCY_DEPTH, MIN_DEPENDENCY_DEPTH |
| Method Summary | |
Function |
createFunction(java.lang.String name)
Creates a new function in this Package. |
Procedure |
createProcedure(java.lang.String name)
Creates a new procedure in this Package. |
Function |
findFunction(java.lang.String name)
Finds a function in this Package. |
Function[] |
findFunctions(java.lang.String name)
Search a function by name in this Package. |
Procedure |
findProcedure(java.lang.String name)
Finds a procedure in this Package. |
Procedure[] |
findProcedures(java.lang.String name)
Search a Procedure by name in this Package. |
java.lang.String[] |
getFunctionNames()
Gets an array of function Name with signature. |
Language |
getLanguage()
Returns the implementation language of the functions in this library. |
Module |
getModule()
Returns the Parent Module of the Package. |
java.lang.String |
getPackageBody()
Returns the implementation of the Imported Package Body. |
java.lang.String |
getPackageSpec()
Returns the implementation of the Imported Package Spec. |
java.lang.String[] |
getProcedureNames()
Gets an array of Procedure signatures. |
boolean |
isImported()
Returns true if Package is Imported else false value. |
void |
setLanguage(Language language)
Sets the implementation language of the functions in this library. |
void |
setPackageBody(java.lang.String s)
Sets the implementation of the Imported Package Body. |
| Methods inherited from interface oracle.owb.foundation.Folder |
findChild, getContentTypes, getFolderContents, getFolderContentsOfType, isCascadeForSnapshot, lockShared, lockWithContents, reloadWithContents, setCascadeForSnapshot |
| Methods inherited from interface oracle.owb.foundation.Component |
getOwningFolder, isReloadNeeded, lock, reload, unlock |
| Methods inherited from interface oracle.owb.foundation.OWBNamedObject |
delete, getBusinessName, getClassDefinition, getComponent, getDescription, getName, getUOID, isDeletable, isEditable, isRenamable, setBusinessName, setDescription, setName |
| Methods inherited from interface oracle.owb.metadatamgmt.changemgmt.Snapshotable |
compare, compare, compare, compare, createSnapshot, createSnapshot, createSnapshotWithDependeeComponents, createSnapshotWithDependeeComponents, getSnapshots |
| Methods inherited from interface oracle.owb.compile.ValidatableObject |
validate |
| Methods inherited from interface oracle.owb.compile.CompilableObject |
compile |
| Methods inherited from interface oracle.owb.foundation.property.PropertyOwner |
getDefaultPropertyValue, getLogicalPropertyKeys, getPhysicalPropertyKeys, getPropertyDomain, getPropertyKeys, getPropertyValue, getPropertyValueString, isLogicalProperty, isPhysicalProperty, isReadOnlyProperty, setPropertyValue, setPropertyValueByString |
| Method Detail |
public Module getModule()
public boolean isImported()
public Language getLanguage()
public void setLanguage(Language language)
Language - object.public java.lang.String getPackageSpec()
public java.lang.String getPackageBody()
public void setPackageBody(java.lang.String s)
String - object of Package Body.
public Function createFunction(java.lang.String name)
throws NameSpaceException,
InvalidFormatException
name - the name of the function to be created
public Function findFunction(java.lang.String name)
throws OWBException
name - the name of the function to be foundpublic java.lang.String[] getFunctionNames()
public Function[] findFunctions(java.lang.String name)
name - the name of the function to be found
public Procedure createProcedure(java.lang.String name)
throws NameSpaceException,
InvalidFormatException
name - the name of the procedure to be created
public Procedure findProcedure(java.lang.String name)
throws OWBException
name - the name of the procedure to be foundpublic java.lang.String[] getProcedureNames()
public Procedure[] findProcedures(java.lang.String name)
name - the name of the Procedure to be found
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||