Class ScheduledReservedFile
- java.lang.Object
-
- org.silverpeas.core.contribution.attachment.ScheduledReservedFile
-
- All Implemented Interfaces:
Initialization
@Service public class ScheduledReservedFile extends Object implements Initialization
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
ScheduledReservedFile.ReservedFileListener
-
Field Summary
Fields Modifier and Type Field Description static String
ATTACHMENT_JOB_NAME_PROCESS
-
Constructor Summary
Constructors Constructor Description ScheduledReservedFile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doScheduledReservedFile()
void
init()
Initializes some resources required by the services or performs some initialization processes at Silverpeas startup.void
notifyUser(NotificationMetaData notifMetaData, String senderId, String componentId)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.silverpeas.core.initialization.Initialization
getPriority, release
-
-
-
-
Field Detail
-
ATTACHMENT_JOB_NAME_PROCESS
public static final String ATTACHMENT_JOB_NAME_PROCESS
- See Also:
- Constant Field Values
-
-
Method Detail
-
init
public void init()
Description copied from interface:Initialization
Initializes some resources required by the services or performs some initialization processes at Silverpeas startup.- Specified by:
init
in interfaceInitialization
-
doScheduledReservedFile
public void doScheduledReservedFile() throws AttachmentException
- Throws:
AttachmentException
-
notifyUser
public void notifyUser(NotificationMetaData notifMetaData, String senderId, String componentId) throws AttachmentException
- Throws:
AttachmentException
-
-