|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.7.2) E10653-10 |
||||||||
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 | |
---|---|
static java.lang.String |
RESERVED_DISPLAYNAME Deprecated. |
static java.lang.String |
RESERVED_FLATNAME Deprecated. |
static java.lang.String |
RESERVED_OFFSETS Deprecated. |
Fields inherited from interface oracle.jbo.mom.xml.DefPersistable |
---|
XML_STATEMENT |
Constructor Summary | |
---|---|
OperationDefinitionsImpl(java.lang.String operType) Deprecated. |
|
OperationDefinitionsImpl(java.lang.String operType, java.lang.String fullName) 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 |
getCacheKey(java.lang.String exprStr) The key to be used for caching compiled expression instances. |
java.lang.String |
getDefXMLElementTag() Deprecated. |
java.lang.String |
getDefXMLNameSpace() Deprecated. |
java.lang.String |
getExpressionSource() The source string of the expression. |
java.lang.String |
getExprIdentifier() A unique identfier for the expression. |
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. |
java.lang.String |
getOwnerName() Deprecated. |
java.lang.String |
getScriptClassName(java.lang.String exprStr) Returns the name used for the expression class. |
static java.lang.String |
getSignature(java.lang.reflect.Method method) |
java.util.List<OperationDefinitionImpl> |
getSortedOperations() |
ExprEval.TrustMode |
getTrustMode() The trust mode for the expression. |
java.lang.String |
getUniqueID(java.lang.String prefix) Deprecated. |
java.lang.String |
getXMLElementTag() Deprecated. |
protected boolean |
hasGroovy() For internal framework use only. |
boolean |
hasReturn() If the expression has a return value. |
boolean |
isDirty() Deprecated. |
boolean |
isGlobal() Deprecated. |
boolean |
isNew() Deprecated. |
boolean |
isOperationsExpression() If the expression defines operations. |
static OperationDefinitions |
loadOperationDefinitions(DefElement xmlElement, java.lang.String name) Deprecated. |
void |
loadXMLContents(DefElement xmlElement, java.lang.String parentName) 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 |
Field Detail |
---|
public static final java.lang.String RESERVED_OFFSETS
public static final java.lang.String RESERVED_FLATNAME
public static final java.lang.String RESERVED_DISPLAYNAME
Constructor Detail |
---|
public OperationDefinitionsImpl(java.lang.String operType)
public OperationDefinitionsImpl(java.lang.String operType, java.lang.String fullName)
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, java.lang.String name)
public java.lang.String getExpressionSource()
ExprDef
getExpressionSource
in interface ExprDef
public ExprEval.TrustMode getTrustMode()
ExprDef
getTrustMode
in interface ExprDef
public boolean hasReturn()
ExprDef
hasReturn
in interface ExprDef
public java.lang.String getExprIdentifier()
ExprDef
getExprIdentifier
in interface ExprDef
public java.lang.String getCacheKey(java.lang.String exprStr)
ExprDef
getCacheKey
in interface ExprDef
public java.lang.String getScriptClassName(java.lang.String exprStr)
ExprDef
getScriptClassName
in interface ExprDef
public boolean isOperationsExpression()
ExprDef
isOperationsExpression
in interface ExprDef
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()
public java.util.List<OperationDefinitionImpl> getSortedOperations()
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 java.lang.String getOwnerName()
public boolean isGlobal()
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 parentName)
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.7.2) E10653-10 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |