public class JournalEntryContext extends Object implements RecoveryContext
FEDORA_AUX_SUBJECT_ATTRIBUTES| Constructor and Description |
|---|
JournalEntryContext()
Create an empty context.
|
JournalEntryContext(Context source)
A "copy constructor" that creates a writable context from one that might
be read-only.
|
public JournalEntryContext()
public JournalEntryContext(Context source)
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 Iterator getRecoveryNames()
RecoveryContextgetRecoveryNames in interface RecoveryContextpublic String getRecoveryValue(String attribute)
RecoveryContextnull if no such value exists in this context.getRecoveryValue in interface RecoveryContextpublic String[] getRecoveryValues(String attribute)
RecoveryContextgetRecoveryValues in interface RecoveryContextpublic String toString()
public 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 setNoOp(boolean noOp)
public void setPassword(String password)
public void setNow(Date now)
Copyright © 2013 DuraSpace. All Rights Reserved.