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

Field Summary
static String FEDORA_AUX_SUBJECT_ATTRIBUTES
           
 
Method Summary
 Iterator actionAttributes()
           
 Iterator environmentAttributes()
           
 String getActionValue(String name)
           
 String[] getActionValues(String name)
           
 MultiValueMap getEnvironmentAttributes()
           
 String getEnvironmentValue(String name)
           
 String[] getEnvironmentValues(String name)
           
 boolean getNoOp()
           
 String getPassword()
           
 String getResourceValue(String name)
           
 String[] getResourceValues(String name)
           
 String getSubjectValue(String name)
           
 String[] getSubjectValues(String name)
           
 int nActionValues(String name)
           
 int nEnvironmentValues(String name)
           
 Date now()
           
 int nResourceValues(String name)
           
 int nSubjectValues(String name)
           
 Iterator resourceAttributes()
           
 void setActionAttributes(MultiValueMap actionAttributes)
           
 void setResourceAttributes(MultiValueMap resourceAttributes)
           
 Iterator subjectAttributes()
           
 String toString()
           
 

Field Detail

FEDORA_AUX_SUBJECT_ATTRIBUTES

static final String FEDORA_AUX_SUBJECT_ATTRIBUTES
See Also:
Constant Field Values
Method Detail

getEnvironmentAttributes

MultiValueMap getEnvironmentAttributes()

environmentAttributes

Iterator environmentAttributes()

nEnvironmentValues

int nEnvironmentValues(String name)

getEnvironmentValue

String getEnvironmentValue(String name)

getEnvironmentValues

String[] getEnvironmentValues(String name)

subjectAttributes

Iterator subjectAttributes()

nSubjectValues

int nSubjectValues(String name)

getSubjectValue

String getSubjectValue(String name)

getSubjectValues

String[] getSubjectValues(String name)

actionAttributes

Iterator actionAttributes()

nActionValues

int nActionValues(String name)

getActionValue

String getActionValue(String name)

getActionValues

String[] getActionValues(String name)

resourceAttributes

Iterator 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 © 2011 DuraSpace. All Rights Reserved.