|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.modeshape.jcr.RepositoryConfiguration.Sequencing
@Immutable public class RepositoryConfiguration.Sequencing
The security-related configuration information.
Constructor Summary | |
---|---|
protected |
RepositoryConfiguration.Sequencing(Document sequencing)
|
Method Summary | |
---|---|
List<RepositoryConfiguration.Component> |
getSequencers()
Get the ordered list of sequencers. |
String |
getThreadPoolName()
Get the name of the thread pool that should be used for sequencing work. |
boolean |
removeDerivedContentWithOriginal()
Determine whether the derived content originally produced by a sequencer upon sequencing some specific input should be removed if that input is updated and the sequencer re-run. |
protected void |
validateSequencers(Problems problems)
Get the ordered list of sequencers. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected RepositoryConfiguration.Sequencing(Document sequencing)
Method Detail |
---|
public boolean removeDerivedContentWithOriginal()
public String getThreadPoolName()
public List<RepositoryConfiguration.Component> getSequencers()
protected void validateSequencers(Problems problems)
problems
- the container for problems reading the sequencer information; may not be null
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |