public class PipeTime extends AbstractPipeModel
| Modifier and Type | Field and Description |
|---|---|
static String |
TIME
Time model information.
|
| Constructor and Description |
|---|
PipeTime() |
| Modifier and Type | Method and Description |
|---|---|
static Long |
lookup(IChannel channel)
Recover the time information from channel.
|
IChannel |
process(IChannel channel,
Map<String,Object> model)
Process the channel with the model already recovered.
|
check, processpublic static final String TIME
public IChannel process(IChannel channel, Map<String,Object> model) throws PipelineException
AbstractPipeModelprocess in class AbstractPipeModelchannel - The pipeline channel.model - The model.PipelineException - On pipeline errors.public static Long lookup(IChannel channel) throws NotFoundException, InvalidTypeException
channel - The channel.NotFoundException - On lookup errors.InvalidTypeException - On type errors.Copyright © 2016. All rights reserved.