|
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_DISPLAYNAMEDeprecated. |
static java.lang.String |
RESERVED_FLATNAMEDeprecated. |
static java.lang.String |
RESERVED_OFFSETSDeprecated. |
| 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()
ExprDefgetExpressionSource in interface ExprDefpublic ExprEval.TrustMode getTrustMode()
ExprDefgetTrustMode in interface ExprDefpublic boolean hasReturn()
ExprDefhasReturn in interface ExprDefpublic java.lang.String getExprIdentifier()
ExprDefgetExprIdentifier in interface ExprDefpublic java.lang.String getCacheKey(java.lang.String exprStr)
ExprDefgetCacheKey in interface ExprDefpublic java.lang.String getScriptClassName(java.lang.String exprStr)
ExprDefgetScriptClassName in interface ExprDefpublic boolean isOperationsExpression()
ExprDefisOperationsExpression in interface ExprDefpublic java.lang.String[] findParameterNames(java.lang.reflect.Method method)
findParameterNames in interface OperationDefinitionspublic 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.Objectpublic 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 PersistentDefinitionpublic java.lang.String getXMLElementTag()
getXMLElementTag in interface PersistentDefinitionpublic java.lang.String getDefXMLNameSpace()
getDefXMLNameSpace in interface PersistentDefinitionpublic boolean isDirty()
isDirty in interface DefPersistablepublic void setDirty(boolean isDirty)
setDirty in interface DefPersistableisDirty - If true the Object is marked Dirty.public boolean isNew()
isNew in interface DefPersistablepublic void setNew(boolean b)
setNew in interface DefPersistableb - If true the Object is marked as new object.public java.lang.String getFullName()
getFullName in interface DefPersistablepublic java.lang.String getOwnerName()
public boolean isGlobal()
public DefPersistable getOrigObject()
getOrigObject in interface DefPersistablepublic void setOrigObject(DefPersistable oldObj)
setOrigObject in interface DefPersistablepublic void writeObject(DefWriter jos)
writeObject in interface PersistentDefinitionjos - the Output storage for persistencepublic void writeContents(DefWriter jos)
writeContents in interface PersistentDefinitionjos - the Output storage for persistencepublic void writeChildren(DefWriter jos)
writeChildren in interface PersistentDefinitionjos - the Output storage for persistence
public 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 | ||||||||