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<String> actionAttributes()
           
 Iterator<String> 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<String> resourceAttributes()
           
 void setActionAttributes(MultiValueMap actionAttributes)
           
 void setResourceAttributes(MultiValueMap resourceAttributes)
           
 Iterator<String> 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<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.