Package | Description |
---|---|
com.yourmediashelf.fedora.client | |
com.yourmediashelf.fedora.client.request |
Modifier and Type | Method and Description |
---|---|
static AddRelationship |
FedoraClient.addRelationship(String subject)
Static convenience method for the AddRelationship request.
|
Modifier and Type | Method and Description |
---|---|
AddRelationship |
AddRelationship.datatype(String datatype)
Deprecated.
|
AddRelationship |
AddRelationship.isLiteral(boolean isLiteral)
Deprecated.
|
AddRelationship |
AddRelationship.object(String object)
Add the object of the relationship.
|
AddRelationship |
AddRelationship.object(String object,
boolean isLiteral)
Add the object of the relationship as a plain literal.
|
AddRelationship |
AddRelationship.object(String object,
String datatype)
Add the object of the relationship as a datatyped literal.
|
AddRelationship |
AddRelationship.predicate(String predicate) |
AddRelationship |
AddRelationship.subject(String subject)
Deprecated.
use constructor
|
Copyright © 2010-2013 MediaShelf. All Rights Reserved.