|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fcrepo.server.journal.entry.JournalEntryContext
public class JournalEntryContext
A fully writable context that can be used when recovering entries from a Journal.
| Field Summary |
|---|
| Fields inherited from interface org.fcrepo.server.Context |
|---|
FEDORA_AUX_SUBJECT_ATTRIBUTES |
| Constructor Summary | |
|---|---|
JournalEntryContext()
Create an empty context. |
|
JournalEntryContext(Context source)
A "copy constructor" that creates a writable context from one that might be read-only. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JournalEntryContext()
public JournalEntryContext(Context source)
| Method Detail |
|---|
public MultiValueMap getEnvironmentAttributes()
getEnvironmentAttributes in interface Contextpublic Iterator environmentAttributes()
environmentAttributes in interface Contextpublic int nEnvironmentValues(String name)
nEnvironmentValues in interface Contextpublic String getEnvironmentValue(String name)
getEnvironmentValue in interface Contextpublic String[] getEnvironmentValues(String name)
getEnvironmentValues in interface Contextpublic Iterator subjectAttributes()
subjectAttributes in interface Contextpublic int nSubjectValues(String name)
nSubjectValues in interface Contextpublic String getSubjectValue(String name)
getSubjectValue in interface Contextpublic String[] getSubjectValues(String name)
getSubjectValues in interface Contextpublic Iterator actionAttributes()
actionAttributes in interface Contextpublic int nActionValues(String name)
nActionValues in interface Contextpublic String getActionValue(String name)
getActionValue in interface Contextpublic String[] getActionValues(String name)
getActionValues in interface Contextpublic Iterator resourceAttributes()
resourceAttributes in interface Contextpublic int nResourceValues(String name)
nResourceValues in interface Contextpublic String getResourceValue(String name)
getResourceValue in interface Contextpublic String[] getResourceValues(String name)
getResourceValues in interface Contextpublic void setActionAttributes(MultiValueMap actionAttributes)
setActionAttributes in interface Contextpublic void setResourceAttributes(MultiValueMap resourceAttributes)
setResourceAttributes in interface Contextpublic String getPassword()
getPassword in interface Contextpublic Date now()
now in interface Contextpublic boolean getNoOp()
getNoOp in interface Contextpublic Iterator getRecoveryNames()
RecoveryContext
getRecoveryNames in interface RecoveryContextpublic String getRecoveryValue(String attribute)
RecoveryContextnull if no such value exists in this context.
getRecoveryValue in interface RecoveryContextpublic String[] getRecoveryValues(String attribute)
RecoveryContext
getRecoveryValues in interface RecoveryContextpublic String toString()
toString in interface ContexttoString in class Objectpublic MultiValueMap getActionAttributes()
public void setEnvironmentAttributes(MultiValueMap environmentAttributes)
public void setSubjectAttributes(MultiValueMap subjectAttributes)
public MultiValueMap getSubjectAttributes()
public MultiValueMap getResourceAttributes()
public void setRecoveryAttributes(MultiValueMap recoveryAttributes)
public MultiValueMap getRecoveryAttributes()
public void setRecoveryValue(String attribute,
String value)
public void setRecoveryValues(String attribute,
String[] values)
public void setNoOp(boolean noOp)
public void setPassword(String password)
public void setNow(Date now)
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||