|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.fv.uploadtocache.CacheDescriptor
Supported API: false
Extendable: false
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 |
private static final String RESOURCE
private static final String CLASSNAME
private String replicaUrl
private String masterUrl
private long vaultId
private long folderId
private long[] streamIds
private long[] fileNames
private int currentFileIndex
Constructor Detail |
public CacheDescriptor()
Method Detail |
public String getReplicaUrl()
public void setReplicaUrl(String a_ReplicaUrl)
a_ReplicaUrl
- public String getMasterUrl()
public void setMasterUrl(String a_MasterUrl)
a_MasterUrl
- public long getVaultId()
public void setVaultId(long a_VaultId)
a_VaultId
- public long getFolderId()
public void setFolderId(long a_FolderId)
a_FolderId
- public long[] getStreamIds()
public void setStreamIds(long[] a_StreamIds)
a_StreamIds
- public long[] getFileNames()
public void setFileNames(long[] a_FileNames)
a_FileNames
- public String getCacheUrl()
public void setCacheUrl(String a_CacheUrl)
a_CacheUrl
- public boolean hasMoreFiles()
public void goToNextFile()
public long getCurrentFileName()
public long getCurrentFileStreamId()
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |