Package | Description |
---|---|
org.jbei.ice.lib.entry | |
org.jbei.ice.services.rest |
Modifier and Type | Method and Description |
---|---|
static LinkType |
LinkType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LinkType[] |
LinkType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
EntryLinks.addLink(PartData partData,
LinkType type)
Adds a link for the specified entry (or creates a new entry) of the type specified
|
List<PartData> |
EntryLinks.get(LinkType type)
Retrieves entry links that are parents or children depending on specified type
|
boolean |
EntryLinks.removeLink(long partToRemove,
LinkType linkType)
Removes link specified entry id based on the specified type
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
PartResource.createLink(String partId,
LinkType type,
PartData partData)
Creates a new link between the referenced part id and the part in the parameter
|
javax.ws.rs.core.Response |
PartResource.deleteLink(String partId,
LinkType linkType,
long linkedPart)
Removes the linkId from id
|
javax.ws.rs.core.Response |
PartResource.getLinkedParts(String partId,
LinkType linkType)
Get linked parts
|
Copyright © 2017. All rights reserved.