org.eclipse.higgins.idas.cp.jena2.impl
Class FileContext

java.lang.Object
  extended byorg.eclipse.higgins.idas.cp.jena2.impl.Context
      extended byorg.eclipse.higgins.idas.cp.jena2.impl.FileContext
All Implemented Interfaces:
org.eclipse.higgins.idas.api.IContext, org.eclipse.higgins.idas.api.IHasAttributes, IJenaContext

public class FileContext
extends Context


Constructor Summary
FileContext()
           
FileContext(IContextConfiguration config)
           
FileContext(org.eclipse.higgins.idas.api.IContextId contextID)
           
 
Method Summary
 void begin()
           
 void cancelUpdates()
           
 void commit()
           
 void init(Properties props)
           
 void initialize(IContextConfiguration config)
           
 void initialize(org.eclipse.higgins.idas.api.IContextId contextID)
           
 boolean isTransactionSupported()
           
 void rollback()
           
 
Methods inherited from class org.eclipse.higgins.idas.cp.jena2.impl.Context
addAttribute, addAttribute, addEntity, addEntity, applyUpdates, buildAttribute, buildAttributeAssertion, buildAuthNAttributesMaterials, buildComplexAttrValue, buildEntityIDAssertion, buildEntityTypeAssertion, buildFilter, buildSimpleAttrValue, close, equals, exportData, getAttribute, getAttributes, getContextID, getContextModel, getDatatypeProperty, getEntities, getEntities, getEntities, getEntity, getEntity, getModel, getModelNoException, getNodeIndividuals, getNS, getObjectProperty, getOntClass, getOntProperty, getSchema, getSchemaURI, getSingleValuedAttribute, getUserAccount, importData, isOpen, open, open, registerChangedSubject, removeAttribute, removeAttributeValue, removeAttributeValue, removeSubject, reopen, setComponentSetting, setComponentSetting, setContextModel, setSchema, setValidationMode, unregisterChangedSubject, verifyEntityAttributes
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileContext

public FileContext()

FileContext

public FileContext(IContextConfiguration config)
            throws org.eclipse.higgins.idas.api.IdASException

FileContext

public FileContext(org.eclipse.higgins.idas.api.IContextId contextID)
            throws org.eclipse.higgins.idas.api.IdASException
Method Detail

initialize

public void initialize(org.eclipse.higgins.idas.api.IContextId contextID)
                throws org.eclipse.higgins.idas.api.IdASException
Throws:
org.eclipse.higgins.idas.api.IdASException

init

public void init(Properties props)
          throws org.eclipse.higgins.idas.api.IdASException
Specified by:
init in interface IJenaContext
Overrides:
init in class Context
Throws:
org.eclipse.higgins.idas.api.IdASException

initialize

public void initialize(IContextConfiguration config)
                throws org.eclipse.higgins.idas.api.IdASException
Throws:
org.eclipse.higgins.idas.api.IdASException

isTransactionSupported

public boolean isTransactionSupported()
                               throws org.eclipse.higgins.idas.api.IdASException
Returns:
Throws:
org.eclipse.higgins.idas.api.IdASException

begin

public void begin()
           throws org.eclipse.higgins.idas.api.IdASException
Throws:
org.eclipse.higgins.idas.api.IdASException

commit

public void commit()
            throws org.eclipse.higgins.idas.api.IdASException
Throws:
org.eclipse.higgins.idas.api.IdASException

rollback

public void rollback()
              throws org.eclipse.higgins.idas.api.IdASException
Throws:
org.eclipse.higgins.idas.api.IdASException

cancelUpdates

public void cancelUpdates()
                   throws org.eclipse.higgins.idas.api.IdASException
Throws:
org.eclipse.higgins.idas.api.IdASException