org.fcrepo.server
Interface Context
- All Known Subinterfaces:
- RecoveryContext
- All Known Implementing Classes:
- JournalEntryContext, ReadOnlyContext
public interface Context
A holder of context name-value pairs.
- Author:
- Chris Wilper
FEDORA_AUX_SUBJECT_ATTRIBUTES
static final String FEDORA_AUX_SUBJECT_ATTRIBUTES
- See Also:
- Constant Field Values
getEnvironmentAttributes
MultiValueMap getEnvironmentAttributes()
environmentAttributes
Iterator<String> environmentAttributes()
nEnvironmentValues
int nEnvironmentValues(String name)
getEnvironmentValue
String getEnvironmentValue(String name)
getEnvironmentValues
String[] getEnvironmentValues(String name)
subjectAttributes
Iterator<String> subjectAttributes()
nSubjectValues
int nSubjectValues(String name)
getSubjectValue
String getSubjectValue(String name)
getSubjectValues
String[] getSubjectValues(String name)
actionAttributes
Iterator<String> actionAttributes()
nActionValues
int nActionValues(String name)
getActionValue
String getActionValue(String name)
getActionValues
String[] getActionValues(String name)
resourceAttributes
Iterator<String> resourceAttributes()
nResourceValues
int nResourceValues(String name)
getResourceValue
String getResourceValue(String name)
getResourceValues
String[] getResourceValues(String name)
setActionAttributes
void setActionAttributes(MultiValueMap actionAttributes)
setResourceAttributes
void setResourceAttributes(MultiValueMap resourceAttributes)
getPassword
String getPassword()
toString
String toString()
- Overrides:
toString in class Object
now
Date now()
getNoOp
boolean getNoOp()
Copyright © 2012 DuraSpace. All Rights Reserved.