Interface EventStateCollectionFactory
-
- All Known Implementing Classes:
InternalVersionManagerImpl.DynamicESCFactory,InternalXAVersionManager,ObservationManagerImpl,WorkspaceImpl
public interface EventStateCollectionFactoryDefines methods to create anEventStateCollection
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventStateCollectioncreateEventStateCollection()Creates anEventStateCollection.
-
-
-
Method Detail
-
createEventStateCollection
EventStateCollection createEventStateCollection() throws RepositoryException
Creates anEventStateCollection.- Returns:
- a new
EventStateCollection - Throws:
RepositoryException- if creation fails for some reason
-
-