Skip navigation links
A B C D E F G I N O P S T V X 

A

AbstractDefaultChainCommand<T> - Class in org.mwolff.command.chain
Default implementation for a chain-command.
AbstractDefaultChainCommand() - Constructor for class org.mwolff.command.chain.AbstractDefaultChainCommand
 
AbstractDefaultCommand<T> - Class in org.mwolff.command
Default implementation for a command.
AbstractDefaultCommand() - Constructor for class org.mwolff.command.AbstractDefaultCommand
 
AbstractDefaultProcessCommand<T> - Class in org.mwolff.command.process
Default implementation for a process-command.
AbstractDefaultProcessCommand() - Constructor for class org.mwolff.command.process.AbstractDefaultProcessCommand
Default constructor
AbstractDefaultProcessCommand(String) - Constructor for class org.mwolff.command.process.AbstractDefaultProcessCommand
Constructor with process ID
addCommand(Command<T>) - Method in interface org.mwolff.command.CommandContainer
Adds a Command to the list.
addCommand(int, Command<T>) - Method in interface org.mwolff.command.CommandContainer
Adds a Command to the list via priority.
addCommand(Command<T>) - Method in class org.mwolff.command.DefaultCommandContainer
 
addCommand(int, Command<T>) - Method in class org.mwolff.command.DefaultCommandContainer
 
addTransition(Transition) - Method in class org.mwolff.command.process.AbstractDefaultProcessCommand
 
addTransition(Transition) - Method in interface org.mwolff.command.process.ProcessCommand
 

B

buildChain() - Method in class org.mwolff.command.chain.InjectionChainBuilder
Builds the chain for this builder.
buildChain() - Method in class org.mwolff.command.chain.XMLChainBuilder
 

C

ChainBuilder<T> - Interface in org.mwolff.command.chain
A chain builder interface to build chains via configuration.
ChainCommand<T> - Interface in org.mwolff.command.chain
ChainCommand interface for the command framework.
Command<T> - Interface in org.mwolff.command
Command interface for the command framework.
CommandContainer<T> - Interface in org.mwolff.command
Interface of a command container.
CommandException - Exception in org.mwolff.command
Exception which works with this framework.
CommandException() - Constructor for exception org.mwolff.command.CommandException
Constructs a new exception with null as its detail message.
CommandException(String) - Constructor for exception org.mwolff.command.CommandException
Constructs a new exception with the specified detail message.
CommandException(String, Throwable) - Constructor for exception org.mwolff.command.CommandException
Constructs a new exception with the specified detail message and cause.
CommandException(Throwable) - Constructor for exception org.mwolff.command.CommandException
Constructs a new exception with the specified cause and a detail message of (cause==null ?
CommandTransitionEnum - Interface in org.mwolff.command
 
CommandTransitionEnum.CommandTransition - Enum in org.mwolff.command
Transition for an execute Method.

D

DefaultCommandContainer<T> - Class in org.mwolff.command
CommandContainer that holds Command-objects.
DefaultCommandContainer() - Constructor for class org.mwolff.command.DefaultCommandContainer
 
DefaultEndCommand - Class in org.mwolff.command.process
 
DefaultEndCommand() - Constructor for class org.mwolff.command.process.DefaultEndCommand
 
DefaultParameterObject - Class in org.mwolff.command.parameterobject
A simple implementation of a generic context.
DefaultParameterObject() - Constructor for class org.mwolff.command.parameterobject.DefaultParameterObject
 
DefaultTransition - Class in org.mwolff.command.process
 
DefaultTransition() - Constructor for class org.mwolff.command.process.DefaultTransition
 

E

execute(T) - Method in class org.mwolff.command.AbstractDefaultCommand
 
execute(T) - Method in class org.mwolff.command.chain.AbstractDefaultChainCommand
 
execute(T) - Method in class org.mwolff.command.chain.InjectionChainBuilder
 
execute(T) - Method in class org.mwolff.command.chain.XMLChainBuilder
 
execute(T) - Method in interface org.mwolff.command.Command
Deprecated.
use executeCommand instead.
execute(T) - Method in class org.mwolff.command.DefaultCommandContainer
 
execute(GenericParameterObject) - Method in class org.mwolff.command.process.DefaultEndCommand
 
executeAsChain(T) - Method in class org.mwolff.command.chain.AbstractDefaultChainCommand
 
executeAsChain(T) - Method in interface org.mwolff.command.chain.ChainCommand
Deprecated.
use executeCommandAsChain instead.
executeAsChain(T) - Method in class org.mwolff.command.chain.InjectionChainBuilder
 
executeAsChain(T) - Method in class org.mwolff.command.chain.XMLChainBuilder
 
executeAsChain(T) - Method in class org.mwolff.command.DefaultCommandContainer
Executes the commands as a chain.
executeAsProcess(String, T) - Method in class org.mwolff.command.chain.InjectionChainBuilder
 
executeAsProcess(T) - Method in class org.mwolff.command.chain.InjectionChainBuilder
 
executeAsProcess(String, T) - Method in class org.mwolff.command.chain.XMLChainBuilder
 
executeAsProcess(T) - Method in class org.mwolff.command.chain.XMLChainBuilder
 
executeAsProcess(String, T) - Method in class org.mwolff.command.DefaultCommandContainer
 
executeAsProcess(T) - Method in class org.mwolff.command.DefaultCommandContainer
 
executeAsProcess(String, GenericParameterObject) - Method in class org.mwolff.command.process.DefaultEndCommand
 
executeAsProcess(GenericParameterObject) - Method in class org.mwolff.command.process.DefaultEndCommand
 
executeAsProcess(String, T) - Method in interface org.mwolff.command.process.ProcessCommand
Execute a command as a process.
executeAsProcess(T) - Method in interface org.mwolff.command.process.ProcessCommand
Execute a command as a process.
executeCommand(T) - Method in class org.mwolff.command.AbstractDefaultCommand
 
executeCommand(T) - Method in class org.mwolff.command.chain.AbstractDefaultChainCommand
 
executeCommand(T) - Method in interface org.mwolff.command.Command
Executes the command.
executeCommand(T) - Method in class org.mwolff.command.DefaultCommandContainer
 
executeCommandAsChain(T) - Method in class org.mwolff.command.chain.AbstractDefaultChainCommand
 
executeCommandAsChain(T) - Method in interface org.mwolff.command.chain.ChainCommand
 
executeCommandAsChain(T) - Method in class org.mwolff.command.chain.InjectionChainBuilder
 
executeCommandAsChain(T) - Method in class org.mwolff.command.chain.XMLChainBuilder
 
executeCommandAsChain(T) - Method in class org.mwolff.command.DefaultCommandContainer
 

F

findNext(String) - Method in class org.mwolff.command.process.AbstractDefaultProcessCommand
 
findNext(String) - Method in interface org.mwolff.command.process.ProcessCommand
Finds the next command with the processID next.

G

GenericParameterObject - Interface in org.mwolff.command.parameterobject
Simple context interface for pass values across commands.
get(String) - Method in class org.mwolff.command.parameterobject.DefaultParameterObject
 
get(String) - Method in interface org.mwolff.command.parameterobject.GenericParameterObject
Returns the object of the given key.
getAsString(String) - Method in class org.mwolff.command.parameterobject.DefaultParameterObject
 
getAsString(String) - Method in interface org.mwolff.command.parameterobject.GenericParameterObject
Returns the object of the given key as String.
getCommandByProcessID(String) - Method in interface org.mwolff.command.CommandContainer
Gets the command with the certain processID.
getCommandByProcessID(String) - Method in class org.mwolff.command.DefaultCommandContainer
 
getInstance() - Static method in class org.mwolff.command.parameterobject.DefaultParameterObject
Gets a fresh instance of an GenericParameterObject
getProcessID() - Method in class org.mwolff.command.chain.InjectionChainBuilder
 
getProcessID() - Method in class org.mwolff.command.chain.XMLChainBuilder
 
getProcessID() - Method in class org.mwolff.command.DefaultCommandContainer
 
getProcessID() - Method in class org.mwolff.command.process.AbstractDefaultProcessCommand
 
getProcessID() - Method in interface org.mwolff.command.process.ProcessCommand
Gets the process ID of the command.
getReturnValue() - Method in class org.mwolff.command.process.DefaultTransition
 
getReturnValue() - Method in interface org.mwolff.command.process.Transition
 
getStandardContext() - Static method in class org.mwolff.command.parameterobject.DefaultParameterObject
 
getStandardContext(String, Object) - Static method in class org.mwolff.command.parameterobject.DefaultParameterObject
 
getTarget() - Method in class org.mwolff.command.process.DefaultTransition
 
getTarget() - Method in interface org.mwolff.command.process.Transition
 
getTransitionList() - Method in class org.mwolff.command.process.AbstractDefaultProcessCommand
 
getTransitionList() - Method in interface org.mwolff.command.process.ProcessCommand
 

I

InjectionChainBuilder<T> - Class in org.mwolff.command.chain
Generic chain builder for configuration with the spring framework.
InjectionChainBuilder() - Constructor for class org.mwolff.command.chain.InjectionChainBuilder
 

N

NULLCONTEXT - Static variable in class org.mwolff.command.parameterobject.DefaultParameterObject
A null context to execute commands without a context.

O

org.mwolff.command - package org.mwolff.command
 
org.mwolff.command.chain - package org.mwolff.command.chain
 
org.mwolff.command.parameterobject - package org.mwolff.command.parameterobject
 
org.mwolff.command.process - package org.mwolff.command.process
 

P

ProcessCommand<T> - Interface in org.mwolff.command.process
Command interface for the command framework.
processID - Variable in class org.mwolff.command.process.AbstractDefaultProcessCommand
 
put(String, Object) - Method in class org.mwolff.command.parameterobject.DefaultParameterObject
 
put(String, Object) - Method in interface org.mwolff.command.parameterobject.GenericParameterObject
Saves an object to the key.

S

setCommands(List<Command<T>>) - Method in class org.mwolff.command.chain.InjectionChainBuilder
Sets the list of commands.
setProcessID(String) - Method in class org.mwolff.command.chain.InjectionChainBuilder
 
setProcessID(String) - Method in class org.mwolff.command.chain.XMLChainBuilder
 
setProcessID(String) - Method in class org.mwolff.command.DefaultCommandContainer
 
setProcessID(String) - Method in class org.mwolff.command.process.AbstractDefaultProcessCommand
 
setProcessID(String) - Method in interface org.mwolff.command.process.ProcessCommand
Sets the process ID of the command
setReturnValue(String) - Method in class org.mwolff.command.process.DefaultTransition
 
setReturnValue(String) - Method in interface org.mwolff.command.process.Transition
 
setTarget(String) - Method in class org.mwolff.command.process.DefaultTransition
 
setTarget(String) - Method in interface org.mwolff.command.process.Transition
 

T

Transition - Interface in org.mwolff.command.process
Interface for a transition used for the process mode of the framework.
transitionList - Variable in class org.mwolff.command.process.AbstractDefaultProcessCommand
 

V

valueOf(String) - Static method in enum org.mwolff.command.CommandTransitionEnum.CommandTransition
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.mwolff.command.CommandTransitionEnum.CommandTransition
Returns an array containing the constants of this enum type, in the order they are declared.

X

XMLChainBuilder<T> - Class in org.mwolff.command.chain
Chain builder parsing an XML file for building chains or process chains.
XMLChainBuilder(String) - Constructor for class org.mwolff.command.chain.XMLChainBuilder
Constructor.
A B C D E F G I N O P S T V X 

Copyright © 2017 neusta software development GmbH. All rights reserved.