Class OScheduledEventBuilder
java.lang.Object
com.orientechnologies.orient.core.type.ODocumentWrapper
com.orientechnologies.orient.core.schedule.OScheduledEventBuilder
- All Implemented Interfaces:
Serializable
Builds a OSchedulerEvent with a fluent interface
- Since:
- v2.2
- Author:
- Luca Garulli (l.garulli--(at)--orientdb.com)
- See Also:
-
Field Summary
Fields inherited from class com.orientechnologies.orient.core.type.ODocumentWrapper
document -
Constructor Summary
ConstructorsConstructorDescriptionCreates a scheduled event object from a configuration. -
Method Summary
Modifier and TypeMethodDescriptionbuild()setArguments(Map<Object, Object> arguments) setFunction(OFunction function) setStartTime(Date startTime) toString()Methods inherited from class com.orientechnologies.orient.core.type.ODocumentWrapper
equals, fromStream, getDocument, hashCode, load, reload, reload, reload, save, save, toStream
-
Constructor Details
-
OScheduledEventBuilder
public OScheduledEventBuilder() -
OScheduledEventBuilder
Creates a scheduled event object from a configuration.
-
-
Method Details
-
setFunction
-
setRule
-
setArguments
-
setStartTime
-
build
-
toString
- Overrides:
toStringin classODocumentWrapper
-
setName
-