Oracle Fusion Middleware Java API Reference for Oracle ADF Controller
11g Release 2 (11.1.2.1.0)

E17480-02

oracle.adf.controller.metadata.model
Class ParsingContext

java.lang.Object
  extended by oracle.adf.controller.metadata.model.ParsingContext

public class ParsingContext
extends java.lang.Object

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

DYNAMIC_CONTEXT

public static final ParsingContext DYNAMIC_CONTEXT
ParsingContext representing dynamic runtime metadata (e.g. action outcomes).

Constructor Detail

ParsingContext

public ParsingContext(java.lang.String documentName,
                      TaskFlowId taskFlowId,
                      boolean isMutable)
Constructor.

Parameters:
documentName - the name of the document that this element is defined in
taskFlowId - 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

getDocumentName

public java.lang.String getDocumentName()
Returns:
the name of the XML document this element is defined in.

getTaskFlowId

public TaskFlowId getTaskFlowId()
Returns:
the id of the bounded task flow, or task flow template that contains this document.

isMutable

public boolean isMutable()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Oracle Fusion Middleware Java API Reference for Oracle ADF Controller
11g Release 2 (11.1.2.1.0)

E17480-02

Copyright © 1997, 2011, Oracle. All rights reserved.