OBEROn SDK

Uses of Class
com.oberon.ooql.sdk.ObjectObj

Packages that use ObjectObj
com.oberon.client   
com.oberon.client.common   
com.oberon.ooql.sdk   
 

Uses of ObjectObj in com.oberon.client
 

Methods in com.oberon.client with parameters of type ObjectObj
static java.lang.String Application.getClassNameRevision(ObjectObj object, javax.servlet.http.HttpSession session)
          Compose the object Class-Name-Revision string
 

Uses of ObjectObj in com.oberon.client.common
 

Constructors in com.oberon.client.common with parameters of type ObjectObj
LifecyclePanel(org.eclipse.swt.widgets.Composite parent, ObjectObj object, ApplicationRequest input_request)
          Generates the SWT lifecycle panel
 

Uses of ObjectObj in com.oberon.ooql.sdk
 

Methods in com.oberon.ooql.sdk that return ObjectObj
 ObjectObj Link.getFrom()
          Return the From side ObjectObj
 ObjectObj ObjectStage.getObject()
          Get the ObjectStage relative ObjectObj name
 ObjectObj ObjectFile.getObject()
          Get the ObjectStage relative ObjectObj name
 ObjectObj Process.getPrimaryObject()
          Get the primary ObjectObj associated to the Process
 ObjectObj Link.getTo()
          Return the To side ObjectObj
static ObjectObj ObjectObj.open(java.lang.String objectID, boolean fullLoad, Framework framework)
          Open an ObjectObj and read its properties from the database
static ObjectObj ObjectObj.open(java.lang.String objectID, Framework framework)
          Open an ObjectObj and read all properties from the database
static ObjectObj ObjectObj.open(java.lang.String className, java.lang.String name, java.lang.String revision, boolean fullLoad, Framework framework)
          Open an ObjectObj and read its properties from the database
static ObjectObj ObjectObj.open(java.lang.String className, java.lang.String name, java.lang.String revision, java.lang.String objectSpaceName, boolean fullLoad, Framework framework)
          Open an ObjectObj and read its properties from the database
 

Methods in com.oberon.ooql.sdk with parameters of type ObjectObj
 void View.compose(ObjectObj rootObject, java.util.Vector<java.lang.Object> objects, Selector selector, java.io.DataOutputStream outStream, Framework framework)
          Compose the View for the current User and for a set of objects extracted by navigation of a root element
 java.util.Vector<ViewUserColumn> View.getUserColumns(ObjectObj rootObject, java.util.Vector<java.lang.Object> filterArgs, Framework framework)
          Get all ViewUserColumn for which the framework User has the visibility for navigation of a root object
 java.util.Vector<ViewUserColumn> View.getUserColumnsWithData(ObjectObj rootObject, java.util.Vector<java.lang.Object> objects, java.util.Vector<java.lang.Object> filterArgs, Framework framework)
          Get data related to View-Columns for navigation
 boolean Stage.hasAccess(int accessType, ObjectObj objectobj, Framework framework)
          Check if the current framework User has access for a specific operation on a given ObjectObj
 boolean Stage.hasAccess(int accessType, ObjectObj objectobj, java.lang.String userName, Framework framework)
          Check if a User has access for a specific operation on a given ObjectObj.
 void Link.setFrom(ObjectObj object)
          Define the From side ObjectObj
 void ObjectStage.setObject(ObjectObj objectobj)
          Set the ObjectStage relative ObjectObj [INTERNAL USAGE]
 void ObjectFile.setObject(ObjectObj objectobj)
          Set the ObjectStage relative ObjectObj [INTERNAL USAGE]
 void Process.setPrimaryObject(ObjectObj objectObj)
          Set the primary ObjectObj for the Process
 void Link.setTo(ObjectObj object)
          Define the To side ObjectObj
 


OBEROn SDK

Copyright © 2008-2014 Mirko Solazzi. All Rights Reserved.