org.opencrx.kernel.layer.application
Class RequestHelper

java.lang.Object
  extended by org.opencrx.kernel.layer.application.RequestHelper

public class RequestHelper
extends Object


Field Summary
 RequestContext context
           
protected  DerivedReferences derivedReferences
           
 
Constructor Summary
RequestHelper(RequestContext context)
           
 
Method Summary
 Layer_1.LayerInteraction getDelegatingInteraction()
           
 DerivedReferences getDerivedReferences()
           
 Model_1_0 getModel()
           
 ServiceHeader getServiceHeader()
           
 String getUidAsString()
           
 MappedRecord retrieveObject(Path identity)
           
 void testObjectIsChangeable(MappedRecord object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

context

public final RequestContext context

derivedReferences

protected DerivedReferences derivedReferences
Constructor Detail

RequestHelper

public RequestHelper(RequestContext context)
Method Detail

getDerivedReferences

public DerivedReferences getDerivedReferences()

getDelegatingInteraction

public Layer_1.LayerInteraction getDelegatingInteraction()

getServiceHeader

public ServiceHeader getServiceHeader()

getModel

public Model_1_0 getModel()

getUidAsString

public String getUidAsString()

retrieveObject

public MappedRecord retrieveObject(Path identity)
                            throws ServiceException
Throws:
ServiceException

testObjectIsChangeable

public void testObjectIsChangeable(MappedRecord object)
                            throws ServiceException
Throws:
ServiceException


This software is published under the BSD license. Copyright © 2003-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.