org.apache.isis.viewer.xhtml.applib.resources
Interface ObjectResource


public interface ObjectResource


Method Summary
 String accessCollection(String oidStr, String collectionId)
           
 String addToCollection(String oidStr, String collectionId, String proposedValueOidStr)
           
 String clearProperty(String oidStr, String propertyId)
           
 String invokeAction(String oidStr, String actionId, InputStream body)
           
 String modifyProperty(String oidStr, String propertyId, String proposedValue)
           
 String object(String oidStr)
           
 String removeFromCollection(String oidStr, String collectionId, String proposedValueOidStr)
           
 

Method Detail

object

String object(String oidStr)

modifyProperty

String modifyProperty(String oidStr,
                      String propertyId,
                      String proposedValue)

clearProperty

String clearProperty(String oidStr,
                     String propertyId)

accessCollection

String accessCollection(String oidStr,
                        String collectionId)

addToCollection

String addToCollection(String oidStr,
                       String collectionId,
                       String proposedValueOidStr)

removeFromCollection

String removeFromCollection(String oidStr,
                            String collectionId,
                            String proposedValueOidStr)

invokeAction

String invokeAction(String oidStr,
                    String actionId,
                    InputStream body)


Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.