com.jalios.jcms.fileprocessor
Class ProcessingEvent
java.lang.Object
com.jalios.jcms.fileprocessor.ProcessingEvent
public class ProcessingEvent
- extends Object
This class represents a FileProcessor action/event.
It is used only as an in-memory log, for GUI, displayed through in the admin page
of the FileProcessor.
- Version:
- $Revision: 29009 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
REVISION
public static final String REVISION
- See Also:
- Constant Field Values
ProcessingEvent
public ProcessingEvent(Repository repository,
FileActionComponent component,
File file,
ProcessingType type,
ProcessingData.Type processingDataType)
- Create a new Action with information that never change
- Parameters:
repository
- the repository in which event occuredcomponent
- the component for which event occured (can be null)file
- the file for which event occuredtype
- the type of Processing which ocurredprocessingDataType
- the type of ProcessingData
updateStatus
public void updateStatus(ProcessingStatus status)
finish
public void finish()
getRepository
public Repository getRepository()
getStartDate
public Date getStartDate()
getComponent
public FileActionComponent getComponent()
getFile
public File getFile()
getType
public ProcessingType getType()
getStatus
public ProcessingStatus getStatus()
getEndDate
public Date getEndDate()
getProcessingDataType
public ProcessingData.Type getProcessingDataType()
Copyright © 2001-2010 Jalios SA. All Rights Reserved.