wt.fv.uploadtocache
Class CacheDescriptor

java.lang.Object
  extended bywt.fv.uploadtocache.CacheDescriptor
All Implemented Interfaces:
Serializable

public class CacheDescriptor
extends Object
implements Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private  int currentFileIndex
           
private  long[] fileNames
           
private  long folderId
           
private  String masterUrl
           
private  String replicaUrl
           
private static String RESOURCE
           
private  long[] streamIds
           
private  long vaultId
           
 
Constructor Summary
CacheDescriptor()
          

Supported API: false
 
Method Summary
 String getCacheUrl()
          Gets the value of the attribute: cacheUrl; Url to be used for uploaded to Content Cache Vault on preferred site or local master.
 long getCurrentFileName()
          

Supported API: false
 long getCurrentFileStreamId()
          

Supported API: false
 long[] getFileNames()
          Gets the value of the attribute: fileNames.
 long getFolderId()
          Gets the value of the attribute: folderId.
 String getMasterUrl()
          Gets the value of the attribute: masterUrl.
 String getReplicaUrl()
          Gets the value of the attribute: replicaUrl; Use getCacheUrl and setCacheUrl methods for accessing value of replicaUrl.
 long[] getStreamIds()
          Gets the value of the attribute: streamIds.
 long getVaultId()
          Gets the value of the attribute: vaultId.
 void goToNextFile()
          

Supported API: false
 boolean hasMoreFiles()
          

Supported API: false
 void setCacheUrl(String a_CacheUrl)
          Sets the value of the attribute: cacheUrl; Url to be used for uploaded to Content Cache Vault on preferred site or local master.
 void setFileNames(long[] a_FileNames)
          Sets the value of the attribute: fileNames.
 void setFolderId(long a_FolderId)
          Sets the value of the attribute: folderId.
 void setMasterUrl(String a_MasterUrl)
          Sets the value of the attribute: masterUrl.
 void setReplicaUrl(String a_ReplicaUrl)
          Sets the value of the attribute: replicaUrl; Use getCacheUrl and setCacheUrl methods for accessing value of replicaUrl.
 void setStreamIds(long[] a_StreamIds)
          Sets the value of the attribute: streamIds.
 void setVaultId(long a_VaultId)
          Sets the value of the attribute: vaultId.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

replicaUrl

private String replicaUrl

masterUrl

private String masterUrl

vaultId

private long vaultId

folderId

private long folderId

streamIds

private long[] streamIds

fileNames

private long[] fileNames

currentFileIndex

private int currentFileIndex
Constructor Detail

CacheDescriptor

public CacheDescriptor()


Supported API: false

Method Detail

getReplicaUrl

public String getReplicaUrl()
Gets the value of the attribute: replicaUrl; Use getCacheUrl and setCacheUrl methods for accessing value of replicaUrl.

Supported API: false

Returns:
String

setReplicaUrl

public void setReplicaUrl(String a_ReplicaUrl)
Sets the value of the attribute: replicaUrl; Use getCacheUrl and setCacheUrl methods for accessing value of replicaUrl.

Supported API: false

Parameters:
a_ReplicaUrl -

getMasterUrl

public String getMasterUrl()
Gets the value of the attribute: masterUrl.

Supported API: false

Returns:
String

setMasterUrl

public void setMasterUrl(String a_MasterUrl)
Sets the value of the attribute: masterUrl.

Supported API: false

Parameters:
a_MasterUrl -

getVaultId

public long getVaultId()
Gets the value of the attribute: vaultId.

Supported API: false

Returns:
long

setVaultId

public void setVaultId(long a_VaultId)
Sets the value of the attribute: vaultId.

Supported API: false

Parameters:
a_VaultId -

getFolderId

public long getFolderId()
Gets the value of the attribute: folderId.

Supported API: false

Returns:
long

setFolderId

public void setFolderId(long a_FolderId)
Sets the value of the attribute: folderId.

Supported API: false

Parameters:
a_FolderId -

getStreamIds

public long[] getStreamIds()
Gets the value of the attribute: streamIds.

Supported API: false

Returns:
long []

setStreamIds

public void setStreamIds(long[] a_StreamIds)
Sets the value of the attribute: streamIds.

Supported API: false

Parameters:
a_StreamIds -

getFileNames

public long[] getFileNames()
Gets the value of the attribute: fileNames.

Supported API: false

Returns:
long []

setFileNames

public void setFileNames(long[] a_FileNames)
Sets the value of the attribute: fileNames.

Supported API: false

Parameters:
a_FileNames -

getCacheUrl

public String getCacheUrl()
Gets the value of the attribute: cacheUrl; Url to be used for uploaded to Content Cache Vault on preferred site or local master.

Supported API: false

Returns:
String

setCacheUrl

public void setCacheUrl(String a_CacheUrl)
Sets the value of the attribute: cacheUrl; Url to be used for uploaded to Content Cache Vault on preferred site or local master.

Supported API: false

Parameters:
a_CacheUrl -

hasMoreFiles

public boolean hasMoreFiles()


Supported API: false

Returns:
boolean

goToNextFile

public void goToNextFile()


Supported API: false


getCurrentFileName

public long getCurrentFileName()


Supported API: false

Returns:
long

getCurrentFileStreamId

public long getCurrentFileStreamId()


Supported API: false

Returns:
long

toString

public String toString()