|
Oracle Fusion Middleware Java API Reference for Oracle ADF Controller 11g Release 2 (11.1.2.0.0) E17480-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.adf.controller.metadata.model.ParsingContext
public class ParsingContext
Represents contextual information for the element being parsed. This information could be used for debugging and error logging.
| Field Summary | |
|---|---|
static ParsingContext |
DYNAMIC_CONTEXT
ParsingContext representing dynamic runtime metadata (e.g. |
| Constructor Summary | |
|---|---|
ParsingContext(java.lang.String documentName,
TaskFlowId taskFlowId,
boolean isMutable)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDocumentName()
|
TaskFlowId |
getTaskFlowId()
|
boolean |
isMutable()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final ParsingContext DYNAMIC_CONTEXT
| Constructor Detail |
|---|
public ParsingContext(java.lang.String documentName,
TaskFlowId taskFlowId,
boolean isMutable)
documentName - the name of the document that this element is defined intaskFlowId - the id of the bounded task flow, or task flow template that
contains this document.isMutable - indicates whether resource corresponding to this context can be modified| Method Detail |
|---|
public java.lang.String getDocumentName()
public TaskFlowId getTaskFlowId()
public boolean isMutable()
public java.lang.String toString()
toString in class java.lang.Object
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Controller 11g Release 2 (11.1.2.0.0) E17480-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||