OBEROn SDK

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

Packages that use ObjectDelegation
com.oberon.ooql.sdk   
 

Uses of ObjectDelegation in com.oberon.ooql.sdk
 

Methods in com.oberon.ooql.sdk that return ObjectDelegation
 ObjectDelegation ObjectObj.getDelegation(int index, Framework framework)
          Get a ObjectObj's delegation.
 

Methods in com.oberon.ooql.sdk that return types with arguments of type ObjectDelegation
 java.util.Vector<ObjectDelegation> ObjectObj.getDelegations(Framework framework)
          Get the ObjectObj's delegations.
 

Methods in com.oberon.ooql.sdk with parameters of type ObjectDelegation
 void ObjectObj.delegate(ObjectDelegation delegation, Framework framework)
          Enable one or more delegate Users to perform ObjectObj manipulation in place of the delegator User(s).
 void ObjectObj.revoke(ObjectDelegation delegation, Framework framework)
          Disable one or more delegate Users to perform ObjectObj manipulation in place of the delegator User(s).
 


OBEROn SDK

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