|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWorkspaceTemplate
Method Summary | |
---|---|
IWorkspaceMapping |
addMapping()
Adds a workspace mapping to the workspace. |
IWorkspaceMapping |
addMapping(java.lang.String serverItem,
java.lang.String localItem,
WorkspaceMappingType type)
Adds a workspace mapping with the provided server item, local item, and mapping type with a depth of 120. |
IWorkspaceMapping |
addMapping(java.lang.String serverItem,
java.lang.String localItem,
WorkspaceMappingType type,
WorkspaceMappingDepth depth)
Adds a workspace mapping with the provided server item, local item, mapping type, and depth. |
void |
clearMappings()
Removes all workspace mappings from the workspace template. |
IWorkspaceMapping |
cloak(java.lang.String serverItem)
Adds a cloak entry to the workspace for the specified server item. |
void |
copyFrom(IWorkspaceTemplate source)
Copies properties from a source workspace template to this one |
java.lang.String |
getLastModifiedBy()
The user who last modified the workspace. |
java.util.Calendar |
getLastModifiedDate()
The date and time at which the workspace was last modified. |
IWorkspaceMapping[] |
getMappings()
The workspace mappings for the workspace. |
IWorkspaceMapping |
map(java.lang.String serverItem,
java.lang.String localItem)
Adds a workspace mapping with the provided server item and local item with WorkspaceMappingType.Map. |
boolean |
removeMapping(IWorkspaceMapping mapping)
Removes the workspace mapping from the workspace template. |
boolean |
removeMapping(java.lang.String serverItem)
Removes the workspace mapping for the given server item from the workspace template. |
Method Detail |
---|
IWorkspaceMapping[] getMappings()
java.util.Calendar getLastModifiedDate()
java.lang.String getLastModifiedBy()
IWorkspaceMapping addMapping()
IWorkspaceMapping cloak(java.lang.String serverItem)
serverItem
- The server item which should be cloaked.
IWorkspaceMapping map(java.lang.String serverItem, java.lang.String localItem)
serverItem
- The server item to map.localItem
- The local item to map.
IWorkspaceMapping addMapping(java.lang.String serverItem, java.lang.String localItem, WorkspaceMappingType type)
serverItem
- The server item for the mapping.localItem
- The local item path for the mapping.type
- The mapping type to create.
IWorkspaceMapping addMapping(java.lang.String serverItem, java.lang.String localItem, WorkspaceMappingType type, WorkspaceMappingDepth depth)
serverItem
- The server item for the mappinglocalItem
- The local item path for the mappingtype
- The mapping type to createdepth
- The depth of the mapping
boolean removeMapping(IWorkspaceMapping mapping)
mapping
- The mapping to be removed.
boolean removeMapping(java.lang.String serverItem)
serverItem
- The server item of the mapping to be removed.
void clearMappings()
void copyFrom(IWorkspaceTemplate source)
source
- Template to copy from
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |