public class FedoraObjectImpl extends FedoraResourceImpl implements FedoraObject
graph, httpHelper, path, repository, subject| Constructor and Description |
|---|
FedoraObjectImpl(FedoraRepository repository,
HttpHelper httpHelper,
String path)
Constructor for FedoraObjectImpl
|
| Modifier and Type | Method and Description |
|---|---|
Collection<FedoraResource> |
getChildren(String mixin)
Get the Object and Datastream nodes that are children of the current Object.
|
copy, delete, getCreatedDate, getEtagValue, getGraph, getLastModifiedDate, getMixins, getName, getPath, getProperties, getPropertyValues, getSize, getTriple, isWritable, move, setEtagValue, setGraph, updateProperties, updatePropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcopy, delete, getCreatedDate, getEtagValue, getLastModifiedDate, getMixins, getName, getPath, getProperties, getSize, isWritable, move, updateProperties, updatePropertiespublic FedoraObjectImpl(FedoraRepository repository, HttpHelper httpHelper, String path)
repository - FedoraRepository that created this objecthttpHelper - HTTP helper for making repository requestspath - Repository pathpublic Collection<FedoraResource> getChildren(String mixin) throws FedoraException
getChildren in interface FedoraObjectmixin - If not null, limit to results that have this mixin.FedoraExceptionCopyright © 2013-2015 DuraSpace, Inc.. All Rights Reserved.