org.eaglei.services.repository
Class AbstractRepositoryProvider

java.lang.Object
  extended by org.eaglei.services.repository.AbstractRepositoryProvider
Direct Known Subclasses:
RepositorySecurityProvider

public abstract class AbstractRepositoryProvider
extends java.lang.Object


Nested Class Summary
protected static class AbstractRepositoryProvider.RestCommands
           
 
Field Summary
protected static java.lang.String DEFAULT_REPOSITORY_URI
           
protected static java.lang.String DEFAULT_REPOSITORY_URL
           
protected static java.lang.String FORMAT_VALUE
           
protected static boolean isDebugEnabled
           
static java.lang.String LABEL_QUERY_FAILED
           
protected static org.apache.commons.logging.Log log
           
protected static java.lang.String WORKFLOW_TRANSITION_ALLOWED
           
protected static java.lang.String WORKFLOW_TRANSITION_FROM
           
protected static java.lang.String WORKFLOW_TRANSITION_FROM_LABEL
           
protected static java.lang.String WORKFLOW_TRANSITION_LABEL
           
protected static java.lang.String WORKFLOW_TRANSITION_SUBJECT
           
protected static java.lang.String WORKFLOW_TRANSITION_TO
           
protected static java.lang.String WORKFLOW_TRANSITION_TO_LABEL
           
 
Constructor Summary
AbstractRepositoryProvider()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FORMAT_VALUE

protected static final java.lang.String FORMAT_VALUE
See Also:
Constant Field Values

log

protected static final org.apache.commons.logging.Log log

isDebugEnabled

protected static final boolean isDebugEnabled

LABEL_QUERY_FAILED

public static final java.lang.String LABEL_QUERY_FAILED
See Also:
Constant Field Values

WORKFLOW_TRANSITION_SUBJECT

protected static final java.lang.String WORKFLOW_TRANSITION_SUBJECT
See Also:
Constant Field Values

WORKFLOW_TRANSITION_LABEL

protected static final java.lang.String WORKFLOW_TRANSITION_LABEL
See Also:
Constant Field Values

WORKFLOW_TRANSITION_FROM

protected static final java.lang.String WORKFLOW_TRANSITION_FROM
See Also:
Constant Field Values

WORKFLOW_TRANSITION_FROM_LABEL

protected static final java.lang.String WORKFLOW_TRANSITION_FROM_LABEL
See Also:
Constant Field Values

WORKFLOW_TRANSITION_TO

protected static final java.lang.String WORKFLOW_TRANSITION_TO
See Also:
Constant Field Values

WORKFLOW_TRANSITION_TO_LABEL

protected static final java.lang.String WORKFLOW_TRANSITION_TO_LABEL
See Also:
Constant Field Values

WORKFLOW_TRANSITION_ALLOWED

protected static final java.lang.String WORKFLOW_TRANSITION_ALLOWED
See Also:
Constant Field Values

DEFAULT_REPOSITORY_URL

protected static java.lang.String DEFAULT_REPOSITORY_URL

DEFAULT_REPOSITORY_URI

protected static java.lang.String DEFAULT_REPOSITORY_URI
Constructor Detail

AbstractRepositoryProvider

public AbstractRepositoryProvider()


Copyright © 2009-2011 Eagle-I. All Rights Reserved.