Package com.fatwire.agent

Interface Summary
IAssetHandler Asset handler interface.
IAssetHandlerContext Asset handler context interface.
IConnector Connector interface.
IConnectorContext Connector context class.
IItem Represents an individual asset or folder in a repository.
IProviderSession Provider session.
IRepository Content repository interface.
 

Class Summary
Credentials User credentials.
EventArgs This class is a base class for all event arguments and could not be instantiated directly.
HeartbeatInfo Heartbeat information block.
ItemEventArgs Event which happened to an item.
ItemFrame Item video frame.
ItemInfo Item information block.
ItemProxy Item proxy.
ItemTokens Item tokens.
Path Item path.
Properties Properties class.
ProviderEventArgs Content provider event arguments.
ProviderInfo Content provider information block (or briefly provider).
Query Query class.
RepositoryEventArgs Repository event arguments.
RepositoryInfo Content repository information block.
 

Enum Summary
HeartbeatState State put into the heartbeat message.
ProviderState Denotes the state this provider is currently in.
ProxyType Type of a proxy (thumbnail) extracted from an item.
QueryItemType Type of item to return from the search query: folder, assets or both.
 

Exception Summary
AccessDeniedException This exception is thrown when an access to the requested object is denied by the system.
AgentException Base class for all exceptions used in Agent.
FeatureNotSupportedException This exception is thrown when a particular functionality is unavailable or just not implemented, e.g.
InvalidArgumentException This exception is thrown when an invalid input parameter was passed to a function.
IOException This exception is thrown when an I/O operation fails.
NotFoundException This exception is thrown when a requested object was not found.
RuntimeException Denotes an exception which occured in the Agent runtime system.