Package | Description |
---|---|
com.versionone.om |
Modifier and Type | Method and Description |
---|---|
Link |
BaseAsset.createLink(String name,
String url,
boolean onMenu)
Create a link that belongs to this asset.
|
Link |
BaseAsset.createLink(String name,
String url,
boolean onMenu,
Map<String,Object> attributes)
Create a link that belongs to this asset.
|
Link |
V1InstanceCreator.link(String name,
BaseAsset asset,
String url,
boolean onMenu)
Create a new link with a name.
|
Link |
V1InstanceCreator.link(String name,
BaseAsset asset,
String url,
boolean onMenu,
Map<String,Object> attributes)
Create a new link with a name.
|
Link |
V1InstanceGetter.linkByID(AssetID id)
Returns a Link with the given ID or null if the ID is invalid.
|
Link |
V1InstanceGetter.linkByID(String sId)
Returns a Link with the given ID or null if the ID is invalid.
|
Modifier and Type | Method and Description |
---|---|
Collection<Link> |
BaseAsset.getLinks(LinkFilter filter) |
Collection<Link> |
V1InstanceGetter.links(LinkFilter filter)
Get links filtered by the criteria specified in the passed in filter.
|
Copyright © 2013 Version One, Inc.. All rights reserved.