|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.jbo.server.OperationDefinitionsImpl
public final class OperationDefinitionsImpl
This class represents the metadata for a collection of operation definitions. If a component object has operations, and its definition object has metadata for those operations, then it can be accessed using the method findOperationDefinitions(ComponentObject)
Field Summary |
---|
Fields inherited from interface oracle.jbo.mom.xml.DefPersistable |
---|
XML_STATEMENT |
Constructor Summary | |
---|---|
OperationDefinitionsImpl(java.lang.String operType) Deprecated. |
Method Summary | |
---|---|
OperationDefinitionImpl |
addGroovyOperation(java.lang.String id, java.lang.String name, java.lang.String returnType, java.util.LinkedHashMap<java.lang.String,java.lang.String> params, java.lang.String body) Deprecated. |
OperationDefinitionImpl |
addOperation(OperationDefinitionImpl opDef) Deprecated. |
void |
addOperations(OperationDefinitionsImpl newOpDefs) Deprecated. |
OperationDefinitionsImpl |
clone() Deprecated. |
static OperationDefinitions |
findOperationDefinitions(ComponentObject componentObject) Deprecated. |
static OperationDefinitions |
findOperationDefinitions(Row componentObject) Deprecated. |
java.lang.String[] |
findParameterNames(java.lang.reflect.Method method) Deprecated. |
java.lang.String[] |
findParameterNames(java.lang.String signature) Deprecated. |
java.lang.String |
getDefXMLElementTag() Deprecated. |
java.lang.String |
getDefXMLNameSpace() Deprecated. |
java.lang.String |
getFullName() Deprecated. |
ExprEval |
getGroovyExpr() Deprecated. |
groovy.lang.Script |
getGroovyScript() Deprecated. |
java.util.HashMap<java.lang.String,OperationDefinitionImpl> |
getOperations() Deprecated. |
DefPersistable |
getOrigObject() Deprecated. |
static java.lang.String |
getSignature(java.lang.reflect.Method method) |
java.lang.String |
getUniqueID(java.lang.String prefix) Deprecated. |
java.lang.String |
getXMLElementTag() Deprecated. |
protected boolean |
hasGroovy() For internal framework use only. |
boolean |
isDirty() Deprecated. |
boolean |
isNew() Deprecated. |
static OperationDefinitions |
loadOperationDefinitions(DefElement xmlElement) Deprecated. |
void |
loadXMLContents(DefElement xmlElement, java.lang.String fullName) Deprecated. |
OperationDefinitionImpl |
removeOperation(java.lang.String id) Deprecated. |
void |
setDirty(boolean isDirty) Deprecated. |
void |
setNew(boolean b) Deprecated. |
void |
setOrigObject(DefPersistable oldObj) Deprecated. |
void |
writeChildren(DefWriter jos) Deprecated. |
void |
writeContents(DefWriter jos) Deprecated. |
void |
writeObject(DefWriter jos) Deprecated. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OperationDefinitionsImpl(java.lang.String operType)
Method Detail |
---|
public static java.lang.String getSignature(java.lang.reflect.Method method)
public static OperationDefinitions findOperationDefinitions(ComponentObject componentObject)
public static OperationDefinitions findOperationDefinitions(Row componentObject)
public static OperationDefinitions loadOperationDefinitions(DefElement xmlElement)
public java.lang.String[] findParameterNames(java.lang.reflect.Method method)
findParameterNames
in interface OperationDefinitions
public java.lang.String[] findParameterNames(java.lang.String signature)
public java.util.HashMap<java.lang.String,OperationDefinitionImpl> getOperations()
protected boolean hasGroovy()
public ExprEval getGroovyExpr()
public groovy.lang.Script getGroovyScript()
public OperationDefinitionsImpl clone()
clone
in class java.lang.Object
public void addOperations(OperationDefinitionsImpl newOpDefs)
public OperationDefinitionImpl addOperation(OperationDefinitionImpl opDef)
public OperationDefinitionImpl addGroovyOperation(java.lang.String id, java.lang.String name, java.lang.String returnType, java.util.LinkedHashMap<java.lang.String,java.lang.String> params, java.lang.String body)
public OperationDefinitionImpl removeOperation(java.lang.String id)
public java.lang.String getDefXMLElementTag()
getDefXMLElementTag
in interface PersistentDefinition
public java.lang.String getXMLElementTag()
getXMLElementTag
in interface PersistentDefinition
public java.lang.String getDefXMLNameSpace()
getDefXMLNameSpace
in interface PersistentDefinition
public boolean isDirty()
isDirty
in interface DefPersistable
public void setDirty(boolean isDirty)
setDirty
in interface DefPersistable
isDirty
- If true the Object is marked Dirty.public boolean isNew()
isNew
in interface DefPersistable
public void setNew(boolean b)
setNew
in interface DefPersistable
b
- If true the Object is marked as new object.public java.lang.String getFullName()
getFullName
in interface DefPersistable
public DefPersistable getOrigObject()
getOrigObject
in interface DefPersistable
public void setOrigObject(DefPersistable oldObj)
setOrigObject
in interface DefPersistable
public void writeObject(DefWriter jos)
writeObject
in interface PersistentDefinition
jos
- the Output storage for persistencepublic void writeContents(DefWriter jos)
writeContents
in interface PersistentDefinition
jos
- the Output storage for persistencepublic void writeChildren(DefWriter jos)
writeChildren
in interface PersistentDefinition
jos
- the Output storage for persistencepublic void loadXMLContents(DefElement xmlElement, java.lang.String fullName)
public java.lang.String getUniqueID(java.lang.String prefix)
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |