|
OBEROn SDK | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Link | |
|---|---|
| com.oberon.client | |
| com.oberon.ooql.sdk | |
| Uses of Link in com.oberon.client |
|---|
| Methods in com.oberon.client with parameters of type Link | |
|---|---|
static java.lang.String |
Application.getLinkData(Link link,
javax.servlet.http.HttpSession session)
Compose the link identification string as "Linktype From(Class/Name/Revision) -> To(Class/Name/Revision)" use the name_revision_separator between the object name and the revision |
| Uses of Link in com.oberon.ooql.sdk |
|---|
| Methods in com.oberon.ooql.sdk that return Link | |
|---|---|
static Link |
Link.open(java.lang.String linkID,
boolean fullLoad,
Framework framework)
Open a Link and read its properties from the database |
static Link |
Link.open(java.lang.String linkID,
Framework framework)
Open a Link and read all properties from the database |
| Methods in com.oberon.ooql.sdk that return types with arguments of type Link | |
|---|---|
java.util.Vector<Link> |
ObjectObj.getLinks()
Get the ObjectObj's Links [INTERNAL USAGE]. |
| Methods in com.oberon.ooql.sdk with parameters of type Link | |
|---|---|
boolean |
LinkType.hasAccess(int accessType,
Link link,
Framework framework)
Check if the current framework User has access for a specific operation on a given Link |
boolean |
LinkType.hasAccess(int accessType,
Link link,
java.lang.String userName,
Framework framework)
Check if a User has access for a specific operation on a given Link. |
| Method parameters in com.oberon.ooql.sdk with type arguments of type Link | |
|---|---|
void |
ObjectObj.setLinks(java.util.Vector<Link> links)
Set the ObjectObj's Links [INTERNAL USAGE]. |
|
OBEROn SDK | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||