| Package | Description |
|---|---|
| com.yourmediashelf.fedora.client | |
| com.yourmediashelf.fedora.client.request |
| Modifier and Type | Method and Description |
|---|---|
static ModifyObject |
FedoraClient.modifyObject(String pid) |
| Modifier and Type | Method and Description |
|---|---|
ModifyObject |
ModifyObject.label(String label) |
ModifyObject |
ModifyObject.lastModifiedDate(Date lastModifiedDate) |
ModifyObject |
ModifyObject.lastModifiedDate(org.joda.time.DateTime lastModifiedDate) |
ModifyObject |
ModifyObject.lastModifiedDate(String lastModifiedDate)
If provided, the server will use the supplied lastModifedDate to
prevent concurrent modifications, only performing the request if the
object has not been modified since the request-provided
lastModifiedDate.
|
ModifyObject |
ModifyObject.logMessage(String logMessage) |
ModifyObject |
ModifyObject.ownerId(String ownerId) |
ModifyObject |
ModifyObject.state(String state) |
Copyright © 2010-2013 MediaShelf. All Rights Reserved.