public class ItemFactory
extends java.lang.Object
ItemFactory
is responsible for creating instances of services
contained inside the com.vmware.content.library.item package and also has the subpackages reference
to access respective subpackage services.
Modifier and Type | Method and Description |
---|---|
Changes |
changesService()
Returns an instance of class
Changes |
DownloadsessionFactory |
downloadsession()
The Content Library Item Download Session package provides classes and
interfaces for downloading files in a session.
|
DownloadSession |
downloadSessionService()
Returns an instance of class
DownloadSession |
File |
fileService()
Returns an instance of class
File |
static ItemFactory |
getFactory(StubFactory stubFactory,
StubConfiguration stubConfig)
Creates the new instance of this class with provided configuration
|
Storage |
storageService()
Returns an instance of class
Storage |
UpdatesessionFactory |
updatesession()
The Content Library Item Update Session package provides classes and interfaces
for updating files in a session.
|
UpdateSession |
updateSessionService()
Returns an instance of class
UpdateSession |
void |
updateStubConfiguration(StubFactory stubFactory,
StubConfiguration stubConfig) |
public static ItemFactory getFactory(StubFactory stubFactory, StubConfiguration stubConfig)
stubFactory
- StubFactory
instance is responsible for creating stubsstubConfig
- StubConfiguration
instance is required to authenticate the requestItemFactory
factory instancepublic DownloadSession downloadSessionService()
DownloadSession
public UpdateSession updateSessionService()
UpdateSession
public DownloadsessionFactory downloadsession()
public UpdatesessionFactory updatesession()
public void updateStubConfiguration(StubFactory stubFactory, StubConfiguration stubConfig)