| Oracle Repository API and Model Reference Guide |
java.lang.Object | +--oracle.repos.services.file.ReposFolderMapping
| Constructor Summary |
ReposFolderMapping()
|
| Method Summary | |
(package private)
static void |
Initializer -- loads native dll ready to fetch relevant system information. |
static oracle.repos.services.GID[] |
getAllFolderMappings(String strReposUUID,
oracle.repos.services.GID gidWorkareaID) Gets a list of all the folder mappings available on the client |
static String |
getDownloadMapping(oracle.repos.services.GID gidFolderIRID,
String strReposUUID, oracle.repos.services.GID gidWorkareaID)
Gets the FileSystem folder path associated with the folder mapping key. |
static String |
getFolderName(oracle.repos.services.GID gidFolderIRID,
String strReposUUID, oracle.repos.services.GID gidWorkareaID)
Gets the repository folder name associated with the folder mapping. |
static FileServiceNfo |
getMapping(oracle.repos.services.GID gidFolderIRID,
String strReposUUID, oracle.repos.services.GID gidWorkareaID)
Gets the repository folder nfo associated with the folder mapping (the folder IRID). |
static RID |
getUploadMapping(oracle.repos.services.GID gidFolderIRID,
String strReposUUID, oracle.repos.services.GID gidWorkareaID)
Gets the repository folder ref associated with the folder mapping key. |
static boolean |
removeAllMappingKeys(String strReposUUID,
oracle.repos.services.GID gidWorkareaID) Removes all mapping keys for a specified repository workarea |
static boolean |
removeAllMappingKeysImpl(String strReposUUID,
String strWorkareaID) |
static boolean |
removeAllWorkareaMappings(String strReposUUID)
Removes all mapped workareas for a specified repository |
static boolean |
removeMappingKey(oracle.repos.services.GID gidFolderIRID,
String strReposUUID, oracle.repos.services.GID gidWorkareaID)
Removes a mapping key for a specified repository workarea |
static boolean |
removeWorkareaMapping(String strReposUUID,
oracle.repos.services.GID gidWorkareaID) Removes a workarea mapping for a specified repository |
static boolean |
setMapping(oracle.repos.services.GID gidFolderIRID,
String strPath, String strReposUUID, oracle.repos.services.GID gidWorkareaID,
boolean bForceDefault) Deprecated. |
static boolean |
setMapping(oracle.repos.services.GID gidFolderIRID,
String strPath, String strReposUUID, oracle.repos.services.GID gidWorkareaID,
String strFolderName, boolean bForceDefault) Deprecated. |
static boolean |
setMapping(oracle.repos.services.GID gidFolderIRID,
String strPath, String strReposUUID, oracle.repos.services.GID gidWorkareaID,
String strFolderName, int flags) Creates a mapping between a repository folder (gidFolderRef) and a FileSystem path (strPath) using a string key-value (strFolderIRID). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait,
wait, wait |
| Constructor Detail |
public ReposFolderMapping()
| Method Detail |
static void()
public static FileServiceNfo getMapping(oracle.repos.services.GIDgidFolderIRID, String strReposUUID,oracle.repos.services.GIDgidWorkareaID)
gidFolderIRID - IN the IRID of a repository root folderstrReposUUID - IN the repository UUIDgidWorkareaID - IN the workarea ID (the root folder is in)
public static RID getUploadMapping(oracle.repos.services.GID gidFolderIRID,
String strReposUUID,
oracle.repos.services.GID gidWorkareaID)
gidFolderIRID - IN the IRID of a repository root folderstrReposUUID - IN the repository UUIDgidWorkareaID - IN the workarea IDpublic static String getFolderName(oracle.repos.services.GIDgidFolderIRID, String strReposUUID,oracle.repos.services.GIDgidWorkareaID)
gidFolderIRID - IN the IRID of a repository root folderstrReposUUID - IN the repository UUIDgidWorkareaID - IN the workarea IDpublic static String getDownloadMapping(oracle.repos.services.GIDgidFolderIRID, String strReposUUID,oracle.repos.services.GIDgidWorkareaID)
gidFolderIRID - IN the IRID of a repository root folderstrReposUUID - IN the repository UUIDgidWorkareaID - IN the workarea IDpublic static boolean setMapping(oracle.repos.services.GIDgidFolderIRID, String strPath, String strReposUUID,oracle.repos.services.GIDgidWorkareaID, boolean bForceDefault)
gidFolderIRID - IN the IRID of a repository root folderstrPath - IN the FileSystem path as a stringstrReposUUID - IN the repository UUIDgidWorkareaID - IN the workarea IDbForceDefault - IN overwrite RON registry settingspublic static boolean setMapping(oracle.repos.services.GIDgidFolderIRID, String strPath, String strReposUUID,oracle.repos.services.GIDgidWorkareaID, String strFolderName, boolean bForceDefault)
gidFolderIRID - IN the IRID of a repository root folderstrPath - IN the FileSystem path as a stringstrReposUUID - IN the repository UUIDgidWorkareaID - IN the workarea IDstrFolderName - IN the folder namebForceDefault - IN overwrite RON registry settingspublic static boolean setMapping(oracle.repos.services.GIDgidFolderIRID, String strPath, String strReposUUID,oracle.repos.services.GIDgidWorkareaID, String strFolderName, int flags)
gidFolderIRID - IN the IRID of a repository root folderstrPath - IN the FileSystem path as a stringstrReposUUID - IN the repository UUIDgidWorkareaID - IN the workarea IDstrFolderName - IN the folder nameflags - IN flags to indicate what (if any) text conversion options to set.
Valid flags are: FileService.FS_WIN_TXT_FORMAT (Unix-->DOS)
FileService.FS_UNX_TXT_FORMAT (Dos-->Unix) FileService.FS_NO_TXT_FORMAT (no conversion
= 0)public staticoracle.repos.services.GID[] getAllFolderMappings(String strReposUUID,oracle.repos.services.GIDgidWorkareaID)
strReposUUID - IN the Repos UUIDgidWorkareaID - IN the workarea IDpublic static boolean removeMappingKey(oracle.repos.services.GIDgidFolderIRID, String strReposUUID,oracle.repos.services.GIDgidWorkareaID)
gidFolderIRID - IN the IRID of a repository root folderstrReposUUID - IN the Repos UUIDgidWorkareaID - IN the workarea ID
public static boolean removeAllMappingKeys(String strReposUUID,
oracle.repos.services.GID gidWorkareaID)
strReposUUID - IN the Repos UUIDgidWorkareaID - IN the workarea ID
public static boolean removeAllMappingKeysImpl(String strReposUUID,
String strWorkareaID)
public static boolean removeWorkareaMapping(String strReposUUID,
oracle.repos.services.GID gidWorkareaID)
strReposUUID - IN the Repos UUIDgidWorkareaID - IN the workarea IDpublic static boolean removeAllWorkareaMappings(String strReposUUID)
strReposUUID - IN the Repos UUID| BM0463 - JR0670 - JDev446 | ||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |