A C D E F G H I N P Q R S T U V

A

AccessDeniedException - Exception in com.fatwire.agent
This exception is thrown when an access to the requested object is denied by the system.
AccessDeniedException() - Constructor for exception com.fatwire.agent.AccessDeniedException
 
AccessDeniedException(String, Throwable) - Constructor for exception com.fatwire.agent.AccessDeniedException
 
AccessDeniedException(String) - Constructor for exception com.fatwire.agent.AccessDeniedException
 
AccessDeniedException(Throwable) - Constructor for exception com.fatwire.agent.AccessDeniedException
 
addAssetType(String, List<String>) - Method in class com.fatwire.agent.Query
Adds a new asset type with all descriptors into this query.
addAssetTypeUID(String) - Method in interface com.fatwire.agent.IItem
Adds asset type unique identifier to this item.
AgentException - Exception in com.fatwire.agent
Base class for all exceptions used in Agent.
AgentException() - Constructor for exception com.fatwire.agent.AgentException
 
AgentException(String, Throwable) - Constructor for exception com.fatwire.agent.AgentException
 
AgentException(String) - Constructor for exception com.fatwire.agent.AgentException
 
AgentException(Throwable) - Constructor for exception com.fatwire.agent.AgentException
 
append(Path) - Method in class com.fatwire.agent.Path
Appends the path to this path.

C

com.fatwire.agent - package com.fatwire.agent
 
connect(Credentials, Properties) - Method in interface com.fatwire.agent.IConnector
Creates a new session with the system represented by this connector.
createRepository(RepositoryInfo) - Method in interface com.fatwire.agent.IProviderSession
Creates a new repository.
Credentials - Class in com.fatwire.agent
User credentials.
Credentials(String, String) - Constructor for class com.fatwire.agent.Credentials
Constructor.

D

deleteRepositories(List<String>) - Method in interface com.fatwire.agent.IProviderSession
Deletes repositories.
DETAIL_SIZE - Static variable in interface com.fatwire.agent.IAssetHandler
Size of the detailed (medium) image.
disconnect() - Method in interface com.fatwire.agent.IProviderSession
Desconnects this session.

E

equals(Object) - Method in class com.fatwire.agent.Path
 
EventArgs - Class in com.fatwire.agent
This class is a base class for all event arguments and could not be instantiated directly.
EventArgs() - Constructor for class com.fatwire.agent.EventArgs
Creates a new event argument.
extractMetadata(IItem) - Method in interface com.fatwire.agent.IAssetHandler
Extracts metadata from an item (e.g.

F

FeatureNotSupportedException - Exception in com.fatwire.agent
This exception is thrown when a particular functionality is unavailable or just not implemented, e.g.
FeatureNotSupportedException() - Constructor for exception com.fatwire.agent.FeatureNotSupportedException
 
FeatureNotSupportedException(String, Throwable) - Constructor for exception com.fatwire.agent.FeatureNotSupportedException
 
FeatureNotSupportedException(String) - Constructor for exception com.fatwire.agent.FeatureNotSupportedException
 
FeatureNotSupportedException(Throwable) - Constructor for exception com.fatwire.agent.FeatureNotSupportedException
 

G

get(int) - Method in class com.fatwire.agent.Path
Returns n-th part of path (zero-based).
getAgentID() - Method in interface com.fatwire.agent.IConnectorContext
Retrieves the unique Agent identifier.
getAgentUrl() - Method in interface com.fatwire.agent.IConnectorContext
Retrieves a URL which could be used to access the Web server hosted by the Agent runtime (if any).
getAssetTypes() - Method in class com.fatwire.agent.Query
Retrieves the list of asset type in this Query object.
getAssetTypeUIDs() - Method in interface com.fatwire.agent.IItem
Retrieves the list of all asset types supported by this item.
getAuthor() - Method in interface com.fatwire.agent.IItem
Gets the author of this item.
getBytes() - Method in class com.fatwire.agent.ItemFrame
Returns the frame data in bytes;
getBytes() - Method in class com.fatwire.agent.ItemProxy
Returns this proxy bytes;
getBytes() - Method in class com.fatwire.agent.ItemTokens
Retrieves item tokens in zipped bytes.
getConnectorID() - Method in class com.fatwire.agent.ProviderInfo
Returns referenced connector identifier.
getDataDir() - Method in interface com.fatwire.agent.IConnectorContext
Retrieves data directory.
getDateCreated() - Method in interface com.fatwire.agent.IItem
Gets the date when this item was created.
getDateCreated() - Method in class com.fatwire.agent.RepositoryInfo
Gets repository creation date.
getDateModified() - Method in interface com.fatwire.agent.IItem
Gets the date when this item was modified.
getDateModified() - Method in class com.fatwire.agent.RepositoryInfo
Gets repository last modification date.
getDepth() - Method in class com.fatwire.agent.Query
Gets query search depth: 0 means just the upper level of items, 1 means two levels and so on.
getDescription() - Method in interface com.fatwire.agent.IItem
Gets item's description.
getDescriptors(String) - Method in class com.fatwire.agent.Query
Retrieves the list of descriptors belonging to the asset type specified.
getExtension() - Method in class com.fatwire.agent.Path
Extracts file extension from path.
getFilename() - Method in interface com.fatwire.agent.IItem
Retrieves file name associated with this item if any.
getFilename() - Method in class com.fatwire.agent.Path
Extracts file name from this path.
getHearbeatInterval() - Method in interface com.fatwire.agent.IConnectorContext
Retrieves heartbeat interval.
getInputStream() - Method in interface com.fatwire.agent.IItem
Retrieves the input stream to the primary contents of this item.
getItem() - Method in class com.fatwire.agent.ItemEventArgs
Gets an item after the event happened.
getItemByID(String) - Method in interface com.fatwire.agent.IRepository
Retrieves item by its unique version identifier.
getItemByPath(Path) - Method in interface com.fatwire.agent.IRepository
Gets item by its path.
getItemFrames() - Method in interface com.fatwire.agent.IItem
Gets the list of item frames.
getItemID() - Method in interface com.fatwire.agent.IItem
Gets item identifier.
getItemProxy(ProxyType) - Method in interface com.fatwire.agent.IItem
Gets the requested item proxy.
getItemTokens() - Method in interface com.fatwire.agent.IItem
Gets item tokens.
getItemType() - Method in class com.fatwire.agent.Query
Item type to search for: asset, folders or both.
getKeywords() - Method in interface com.fatwire.agent.IItem
Gets item's keywords.
getKeywords() - Method in class com.fatwire.agent.Query
Search words.
getLength() - Method in interface com.fatwire.agent.IItem
Returns length in bytes of item's primary contents.
getLength() - Method in class com.fatwire.agent.Path
Returns path length.
getMajortype() - Method in interface com.fatwire.agent.IItem
Gets the major component of item's MIME type, e.g.
getMajortype() - Method in class com.fatwire.agent.ItemProxy
Gets the major part of the MIME type of this proxy, e.g.
getMinortype() - Method in interface com.fatwire.agent.IItem
Gets the minor component of item's MIME type, e.g.
getMinortype() - Method in class com.fatwire.agent.ItemProxy
Gets the minor part of the MIME type of this proxy, e.g.
getName() - Method in interface com.fatwire.agent.IItem
Get item name.
getName() - Method in interface com.fatwire.agent.IRepository
Gets repository name.
getName() - Method in class com.fatwire.agent.ProviderInfo
Gets provider descriptive name.
getName() - Method in class com.fatwire.agent.RepositoryInfo
Gets repository name.
getOldPath() - Method in class com.fatwire.agent.ItemEventArgs
Gets item's path before it was renamed.
getOwner() - Method in class com.fatwire.agent.RepositoryInfo
Gets repository owner.
getParent() - Method in interface com.fatwire.agent.IItem
Gets parent folder item.
getParent() - Method in class com.fatwire.agent.Path
Gets parent path.
getParentID() - Method in interface com.fatwire.agent.IItem
Parent folder version identifier.
getParents() - Method in interface com.fatwire.agent.IItem
Retrieves the list of parent folders starting from the root.
getPassword() - Method in class com.fatwire.agent.Credentials
Returns password.
getPath() - Method in interface com.fatwire.agent.IItem
Gets item path.
getPath() - Method in class com.fatwire.agent.ItemInfo
Retrieves path information.
getPeerPath() - Method in class com.fatwire.agent.RepositoryInfo
Path of this repository in the source system.
getProperties() - Method in interface com.fatwire.agent.IConnector
Gets this connector custom properties.
getProperties() - Method in interface com.fatwire.agent.IItem
Gets all properties of this item.
getProperties() - Method in interface com.fatwire.agent.IProviderSession
Gets this provider session custom properties.
getPropertyValue(String) - Method in class com.fatwire.agent.Properties
Retrieves property value by its name.
getPropertyValue(String, String) - Method in class com.fatwire.agent.Properties
Retrieves property value by its name.
getPropertyValues(String) - Method in class com.fatwire.agent.Properties
Retrieves property values by the name.
getProvideID() - Method in class com.fatwire.agent.ItemInfo
Retrieves corresponding provider id.
getProviderId() - Method in class com.fatwire.agent.ItemEventArgs
 
getProviderID() - Method in class com.fatwire.agent.ProviderInfo
Returns provider unique identifier.
getProviderID() - Method in class com.fatwire.agent.RepositoryInfo
Gets the identifier of the provider this repository belongs to.
getProviderInfo() - Method in class com.fatwire.agent.ProviderEventArgs
Get provider which causes this event.
getRepId() - Method in class com.fatwire.agent.ItemEventArgs
 
getRepositories() - Method in interface com.fatwire.agent.IProviderSession
Get the list of all repositories available via this provider.
getRepositoryByID(String) - Method in interface com.fatwire.agent.IProviderSession
Gets repository by its unique identifier.
getRepositoryID() - Method in interface com.fatwire.agent.IRepository
Retrieves repository unique identifier.
getRepositoryID() - Method in class com.fatwire.agent.ItemInfo
Retrieves corresponding repository id.
getRepositoryID() - Method in class com.fatwire.agent.RepositoryInfo
Gets repository unique identifier.
getRepositoryInfo() - Method in interface com.fatwire.agent.IRepository
Retrieves repository information block.
getRepositoryInfo() - Method in class com.fatwire.agent.RepositoryEventArgs
Get repository which causes this event.
getSampleTime() - Method in class com.fatwire.agent.ItemFrame
Gets time in milliseconds from the beginning of the video file when this frame was taken.
getState() - Method in class com.fatwire.agent.HeartbeatInfo
Gets heartbeat state.
getState() - Method in interface com.fatwire.agent.IProviderSession
Gets state of this provider session.
getSummary() - Method in interface com.fatwire.agent.IItem
Gets item's summary.
getTitle() - Method in interface com.fatwire.agent.IItem
Gets item's title.
getTopFolder() - Method in interface com.fatwire.agent.IRepository
Retrieves repository top folder.
getUsername() - Method in class com.fatwire.agent.Credentials
Returns user name.
getVersionID() - Method in interface com.fatwire.agent.IItem
Gets item version identifier.
getVersionID() - Method in class com.fatwire.agent.ItemInfo
Retrieves item version id.
getVersionNumber() - Method in interface com.fatwire.agent.IItem
Gets item version number.
guessMIMEType(String) - Method in interface com.fatwire.agent.IConnectorContext
Tries to 'guess' a MIME type using a file extension.

H

HeartbeatInfo - Class in com.fatwire.agent
Heartbeat information block.
HeartbeatInfo(HeartbeatState) - Constructor for class com.fatwire.agent.HeartbeatInfo
Constructs a new hearbeat message.
HeartbeatState - Enum in com.fatwire.agent
State put into the heartbeat message.

I

IAssetHandler - Interface in com.fatwire.agent
Asset handler interface.
IAssetHandlerContext - Interface in com.fatwire.agent
Asset handler context interface.
IConnector - Interface in com.fatwire.agent
Connector interface.
IConnectorContext - Interface in com.fatwire.agent
Connector context class.
IItem - Interface in com.fatwire.agent
Represents an individual asset or folder in a repository.
initialize(IAssetHandlerContext, Properties) - Method in interface com.fatwire.agent.IAssetHandler
Called once to initialize asset handler.
initialize(IConnectorContext, Properties) - Method in interface com.fatwire.agent.IConnector
Called once during the connector initialization.
InvalidArgumentException - Exception in com.fatwire.agent
This exception is thrown when an invalid input parameter was passed to a function.
InvalidArgumentException() - Constructor for exception com.fatwire.agent.InvalidArgumentException
 
InvalidArgumentException(String, Throwable) - Constructor for exception com.fatwire.agent.InvalidArgumentException
 
InvalidArgumentException(String) - Constructor for exception com.fatwire.agent.InvalidArgumentException
 
InvalidArgumentException(Throwable) - Constructor for exception com.fatwire.agent.InvalidArgumentException
 
IOException - Exception in com.fatwire.agent
This exception is thrown when an I/O operation fails.
IOException() - Constructor for exception com.fatwire.agent.IOException
 
IOException(String, Throwable) - Constructor for exception com.fatwire.agent.IOException
 
IOException(String) - Constructor for exception com.fatwire.agent.IOException
 
IOException(Throwable) - Constructor for exception com.fatwire.agent.IOException
 
IProviderSession - Interface in com.fatwire.agent
Provider session.
IRepository - Interface in com.fatwire.agent
Content repository interface.
isAllwords() - Method in class com.fatwire.agent.Query
Whether to search for all words within a query or for just one.
isFolder() - Method in interface com.fatwire.agent.IItem
Returns 'true' if this item is a container (folder) or an asset.
isRooted() - Method in class com.fatwire.agent.Path
Determines whether path starts with the path separator.
itemCreated(ItemEventArgs) - Method in interface com.fatwire.agent.IConnectorContext
This method is used by the content providers which support the incremental synchronization.
itemDeleted(ItemEventArgs) - Method in interface com.fatwire.agent.IConnectorContext
This method is used by the content providers which support the incremental synchronization.
ItemEventArgs - Class in com.fatwire.agent
Event which happened to an item.
ItemEventArgs(ItemInfo) - Constructor for class com.fatwire.agent.ItemEventArgs
Constructor.
ItemEventArgs(ItemInfo, Path) - Constructor for class com.fatwire.agent.ItemEventArgs
Constructor.
ItemEventArgs(String, String, Path) - Constructor for class com.fatwire.agent.ItemEventArgs
Constructor.
ItemFrame - Class in com.fatwire.agent
Item video frame.
ItemFrame(byte[], int) - Constructor for class com.fatwire.agent.ItemFrame
Constructor.
ItemInfo - Class in com.fatwire.agent
Item information block.
ItemInfo(String, String, String, Path) - Constructor for class com.fatwire.agent.ItemInfo
Constructor.
ItemProxy - Class in com.fatwire.agent
Item proxy.
ItemProxy(String, String, byte[]) - Constructor for class com.fatwire.agent.ItemProxy
Constructor.
itemRenamed(ItemEventArgs) - Method in interface com.fatwire.agent.IConnectorContext
This method is used by the content providers which support the incremental synchronization.
ItemTokens - Class in com.fatwire.agent
Item tokens.
ItemTokens(byte[]) - Constructor for class com.fatwire.agent.ItemTokens
Constructor.
itemUpdated(ItemEventArgs) - Method in interface com.fatwire.agent.IConnectorContext
This method is used by the content providers which support the incremental synchronization.

N

NotFoundException - Exception in com.fatwire.agent
This exception is thrown when a requested object was not found.
NotFoundException() - Constructor for exception com.fatwire.agent.NotFoundException
 
NotFoundException(String, Throwable) - Constructor for exception com.fatwire.agent.NotFoundException
 
NotFoundException(String) - Constructor for exception com.fatwire.agent.NotFoundException
 
NotFoundException(Throwable) - Constructor for exception com.fatwire.agent.NotFoundException
 

P

Path - Class in com.fatwire.agent
Item path.
Path(String) - Constructor for class com.fatwire.agent.Path
Default constructor.
Path(String, char) - Constructor for class com.fatwire.agent.Path
Constructor.
Path(String, char[]) - Constructor for class com.fatwire.agent.Path
Constructor.
PREVIEW_SIZE - Static variable in interface com.fatwire.agent.IAssetHandler
Size of the preview (largest) image.
Properties - Class in com.fatwire.agent
Properties class.
Properties() - Constructor for class com.fatwire.agent.Properties
 
ProviderEventArgs - Class in com.fatwire.agent
Content provider event arguments.
ProviderEventArgs(ProviderInfo) - Constructor for class com.fatwire.agent.ProviderEventArgs
Constructor.
ProviderInfo - Class in com.fatwire.agent
Content provider information block (or briefly provider).
ProviderInfo(String, String, String) - Constructor for class com.fatwire.agent.ProviderInfo
Constructor.
ProviderInfo(String, String) - Constructor for class com.fatwire.agent.ProviderInfo
Constructor.
ProviderState - Enum in com.fatwire.agent
Denotes the state this provider is currently in.
ProxyType - Enum in com.fatwire.agent
Type of a proxy (thumbnail) extracted from an item.

Q

Query - Class in com.fatwire.agent
Query class.
Query() - Constructor for class com.fatwire.agent.Query
Constructor.
Query(int, QueryItemType) - Constructor for class com.fatwire.agent.Query
Constructor.
Query(String, boolean, int, QueryItemType) - Constructor for class com.fatwire.agent.Query
Constructs a query to search items by keywords of certain type from certain depth.
QueryItemType - Enum in com.fatwire.agent
Type of item to return from the search query: folder, assets or both.

R

repositoryCreated(RepositoryEventArgs) - Method in interface com.fatwire.agent.IConnectorContext
This method is invoked by the connector's code to notify the Agent runtime system that a new repository has been created.
repositoryDeleted(RepositoryEventArgs) - Method in interface com.fatwire.agent.IConnectorContext
This method is invoked by the connector's code to notify the Agent runtime system that a new repository has been deleted.
RepositoryEventArgs - Class in com.fatwire.agent
Repository event arguments.
RepositoryEventArgs(RepositoryInfo) - Constructor for class com.fatwire.agent.RepositoryEventArgs
Constructor.
RepositoryInfo - Class in com.fatwire.agent
Content repository information block.
RepositoryInfo(String, String, String, String, String, Date, Date) - Constructor for class com.fatwire.agent.RepositoryInfo
Constructor.
RepositoryInfo(String, String, String, String, String) - Constructor for class com.fatwire.agent.RepositoryInfo
Constructor.
RepositoryInfo(String, String, String) - Constructor for class com.fatwire.agent.RepositoryInfo
Constructor.
RepositoryInfo(String) - Constructor for class com.fatwire.agent.RepositoryInfo
Constructor.
repositoryResync(RepositoryEventArgs) - Method in interface com.fatwire.agent.IConnectorContext
This method is invoked by the connector's code to notify the Agent runtime system that the repository should be resynchronized, i.e.
repositoryUpdated(RepositoryEventArgs) - Method in interface com.fatwire.agent.IConnectorContext
This method is invoked by the connector's code to notify the Agent runtime system that the repository has been updated, i.e its name or other parameters are changed.
RuntimeException - Exception in com.fatwire.agent
Denotes an exception which occured in the Agent runtime system.
RuntimeException() - Constructor for exception com.fatwire.agent.RuntimeException
 
RuntimeException(String, Throwable) - Constructor for exception com.fatwire.agent.RuntimeException
 
RuntimeException(String) - Constructor for exception com.fatwire.agent.RuntimeException
 
RuntimeException(Throwable) - Constructor for exception com.fatwire.agent.RuntimeException
 

S

search(Query) - Method in interface com.fatwire.agent.IItem
Performs a search within this item for the specified depth filtering by keywords, item types, and limiting the properties returned.
sendHeartbeat(HeartbeatInfo) - Method in interface com.fatwire.agent.IProviderSession
Sends heartbeat message to the system represented by this provider.
setAuthor(String) - Method in interface com.fatwire.agent.IItem
Sets the author of this item.
setDescription(String) - Method in interface com.fatwire.agent.IItem
Sets item's description.
setFilename(String) - Method in interface com.fatwire.agent.IItem
Sets file name associated with this item.
setItemFrames(List<ItemFrame>) - Method in interface com.fatwire.agent.IItem
Sets item frames.
setItemProxy(ItemProxy, ProxyType) - Method in interface com.fatwire.agent.IItem
Sets item proxy.
setItemTokens(ItemTokens) - Method in interface com.fatwire.agent.IItem
Sets item tokens.
setKeywords(String) - Method in interface com.fatwire.agent.IItem
Sets item's keywords.
setName(String) - Method in class com.fatwire.agent.ProviderInfo
Changes provider descriptive name.
setPropertyValue(String, String) - Method in class com.fatwire.agent.Properties
Sets property value.
setPropertyValues(String, List<String>) - Method in class com.fatwire.agent.Properties
Sets property values.
setSummary(String) - Method in interface com.fatwire.agent.IItem
Sets item's summary.
setTitle(String) - Method in interface com.fatwire.agent.IItem
Sets item's title.
subPath(int, int) - Method in class com.fatwire.agent.Path
Returns sub-path within the current path.

T

THUMBNAIL_SIZE - Static variable in interface com.fatwire.agent.IAssetHandler
Size of the thumbnail (smallest) image.
toString() - Method in class com.fatwire.agent.Path
 
toString(String) - Method in class com.fatwire.agent.Path
Serializes this path using a custom separator.

U

unInitialize() - Method in interface com.fatwire.agent.IAssetHandler
Called once to uninitialize asset handler.
uninitialize() - Method in interface com.fatwire.agent.IConnector
Called once during the connector uninitialization process.
updateRepository(RepositoryInfo) - Method in interface com.fatwire.agent.IProviderSession
Updates reposotory information (name, custom properties).

V

valueOf(String) - Static method in enum com.fatwire.agent.HeartbeatState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.fatwire.agent.ProviderState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.fatwire.agent.ProxyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.fatwire.agent.QueryItemType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.fatwire.agent.HeartbeatState
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.fatwire.agent.ProviderState
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.fatwire.agent.ProxyType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.fatwire.agent.QueryItemType
Returns an array containing the constants of this enum type, in the order they're declared.

A C D E F G H I N P Q R S T U V