|
OBEROn SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActorAccess | |
---|---|
com.oberon.ooql.sdk |
Uses of ActorAccess in com.oberon.ooql.sdk |
---|
Methods in com.oberon.ooql.sdk that return ActorAccess | |
---|---|
ActorAccess |
Stage.getActorAccess(java.lang.String actorType,
java.lang.String actorName)
Get the ObjectObj accesses for a specific actor at this Stage |
ActorAccess |
LinkType.getActorAccess(java.lang.String actorType,
java.lang.String actorName)
Get the Link accesses for a specific actor |
ActorAccess |
Item.getActorAccess(java.lang.String actorType,
java.lang.String actorName)
Get the Item accesses for the given actor |
ActorAccess |
Column.getActorAccess(java.lang.String actorType,
java.lang.String actorName)
Get the Column accesses for the given actor |
Methods in com.oberon.ooql.sdk that return types with arguments of type ActorAccess | |
---|---|
java.util.Vector<ActorAccess> |
Stage.getActorAccesses()
Get the all actor accesses for this Stage |
java.util.Vector<ActorAccess> |
LinkType.getActorAccesses()
Get the all actor accesses for this LinkType |
java.util.Vector<ActorAccess> |
Item.getActorAccesses()
Get the all actor accesses for this Item |
java.util.Vector<ActorAccess> |
Column.getActorAccesses()
Get the all actor accesses for this Column |
Methods in com.oberon.ooql.sdk with parameters of type ActorAccess | |
---|---|
boolean |
ActorAccess.equals(ActorAccess access)
Compare two actor access instances |
static int |
ActorAccess.indexOf(java.util.Vector<ActorAccess> accesses,
ActorAccess access)
Get the position of the given actor access in a Vector |
Method parameters in com.oberon.ooql.sdk with type arguments of type ActorAccess | |
---|---|
static int |
ActorAccess.indexOf(java.util.Vector<ActorAccess> accesses,
ActorAccess access)
Get the position of the given actor access in a Vector |
static int |
ActorAccess.indexOf(java.util.Vector<ActorAccess> accesses,
java.lang.String actorType,
java.lang.String actorName)
Get the position of the given actor type/name in a Vector |
void |
Stage.updateActorAccess(java.util.Vector<ActorAccess> accesses)
Update the execute access on the basis of a given list |
void |
LinkType.updateActorAccess(java.util.Vector<ActorAccess> accesses)
Update the execute access on the basis of a given list |
void |
Item.updateActorAccess(java.util.Vector<ActorAccess> accesses)
Update the execute access on the basis of a given list |
void |
Column.updateActorAccess(java.util.Vector<ActorAccess> accesses)
Update the execute access on the basis of a given list |
|
OBEROn SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |