|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of WvcmException in javax.wvcm |
| Methods in javax.wvcm that throw WvcmException | |
List |
Workspace.getActivityFolderList()
Return a list of Folder objects that identify folders that
can contain activities for this Workspace. |
List |
Workspace.getVersionHistoryFolderList()
Return a list of Folder objects that identify folders that
can contain version histories for this Workspace. |
List |
Workspace.getBaselineControlledFolderList()
Return a list of ControllableFolder objects that identify the folders
that are the roots of the baseline-controlled
configurations in that workspace. |
List |
Workspace.getCurrentActivityList()
Return a list of Activity objects that identify
the activities that will initialize the ActivityList property
of a version-controlled member of this Workspace when that member
is checked out and no explicit ActivityList is
specified in the checkout request. |
List |
Workspace.getWorkspaceCheckoutList()
Return a list of ControllableResource objects
that identify the members of this Workspace that are checked-out
version-controlled resources. |
List |
Workspace.doLocateByHistoryReport(List versionHistoryList,
PropertyNameList wantedPropertyList)
Return a list of ControllableResource objects
that identify the controllable resources that are members of
this Workspace and whose versionHistory property identifies
a member of the versionHistoryList parameter. |
Iterator |
Workspace.doMerge(List sourceList,
boolean checkinActivity,
boolean noAutoMerge,
boolean noCheckout,
boolean forkOK,
boolean unreserved,
List activityList,
boolean newActivity,
PropertyNameList wantedPropertyList)
Merge the versions specified in the sourceList into
this ControllableResource. |
Iterator |
Workspace.doMergePreviewReport(List sourceList)
Return an iterator of MergePreviewReport objects, indicating what resources would be modified by a doMerge. |
Version |
VersionHistory.getRootVersion()
Return the root version of this VersionHistory. |
Folder |
VersionHistory.getVersionByLabelFolder()
Return the Folder that contains a bound member for each label that selects a version of this VersionHistory, where the label is the binding name of the member, and the labelled version is the bound resource. |
Version |
VersionHistory.doLatestActivityVersionReport(Activity activity,
PropertyNameList wantedPropertyList)
Return latest version in this VersionHistory
that is a product of the specified activity. |
List |
Version.getActivityList()
Return a list of Activity objects that identify the
activities to which this Version contributes, and on which
lines of descent this version appears. |
int |
Version.getCheckinFork()
Return the CheckinFork property, which determines whether this Version can be given more than one successor. |
int |
Version.getCheckoutFork()
Return the CheckoutFork property, which determines whether a version-controlled resource selecting this Version
can be checked out when it already has a successor version. |
List |
Version.getCheckoutList()
Return a list of ControllableResource objects
that identify the checked-out version-controlled
resources that refer to this Version in their CheckedOut property. |
List |
Version.getLabelNameList()
Return a list of String objects that identify labels that currently select this Version. |
List |
Version.getPredecessorList()
Return a list of Version objects that identify
the predecessors of this Version. |
List |
Version.getSuccessorList()
Return a list of Version objects that identify
the versions that are the successors of this Version. |
VersionHistory |
Version.getVersionHistory()
Return the version history resource that contains this Version. |
String |
Version.getVersionName()
Return the version name of this Version. |
Object |
ResourceList.ResponseIterator.next()
Return the result of applying the method to the the next element of the input list. |
PropertyNameList |
Resource.getPropertyNameList(boolean onlyAttributes)
Return the list of names of properties available on this Resource. |
Resource |
Resource.doReadProperties(PropertyNameList wantedPropertyList)
Return a Resource containing the wanted properties. |
PropertyNameList |
Resource.getUpdatedPropertyList()
Return the names of properties that have been updated in the proxy, but the updates have not yet been successfully applied to the resource. |
void |
Resource.doWriteProperties()
Persists property changes to this Resource. |
Resource |
Resource.doReadContent(PropertyNameList wantedPropertyList,
OutputStream content)
Return a resource containing the wanted properties. |
void |
Resource.doWriteContent(InputStream content,
String contentIdentifier)
Persists content changes to a resource. |
void |
Resource.doCopy(String destination,
boolean overwrite)
Create a copy of the resource identified by this Resource
at the location identified by the destination. |
void |
Resource.doUnbind()
Unbinds the resource identified by the locator of this Resource. |
void |
Resource.doRebind(Location destination,
boolean overwrite)
Unbinds the resource identified by this Resource
from its current location and binds it
to the location identified by the destination. |
void |
Resource.doBind(Location destination,
boolean overwrite)
Binds the resource identified by this Resource
to the location identified by the destination. |
String |
Resource.getComment()
Return a comment describing this Resource
that is suitable for display to a user. |
String |
Resource.getContentIdentifier()
Return an implementation-defined String
that identifies the persistent state of the resource. |
Locale |
Resource.getContentLanguage()
Return a description of the natural language used in the resource content. |
long |
Resource.getContentLength()
Return the content length as an integer number of bytes. |
String |
Resource.getContentType()
Return a description of the media-type of the resource content. |
String |
Resource.getContentCharacterSet()
Return a description of the character set of the resource content (see RFC2278). |
Date |
Resource.getCreationDate()
Return the date that the resource was originally created. |
String |
Resource.getCreatorDisplayName()
Return a description of the user that created the resource, in a format that is suitable for display to an end user. |
String |
Resource.getDisplayName()
Return a short description of the resource, in a format that is suitable for display to an end user in a tree display. |
Date |
Resource.getLastModified()
Return the date the content of the resource was last modified. |
List |
Resource.getWorkspaceFolderList()
Return a list of Folder objects that identify folders
that contain workspaces. |
Object |
Resource.getAttribute(PropertyNameList.AttributeName name)
Return an attribute of this Resource. |
List |
Resource.getProviderList()
Return a list of String objects that identify the names of providers for this resource, with the preferred providers specified earlier in the list. |
String |
Resource.getResourceIdentifier()
Return a unique identifier for this Resource. |
List |
Resource.getParentBindingList()
Return the list of bindings to this resource. |
List |
Provider.serverWorkspaceFolderList(PropertyNameList wantedPropertyList)
Return a list of Folder objects that identify folders
on the server that contain workspaces for this Provider. |
List |
Provider.clientWorkspaceFolderList(PropertyNameList wantedPropertyList)
Return a list of Folder objects that identify folders
on the client that contain workspaces for this Provider. |
List |
Provider.serverSharedWorkspaceList(PropertyNameList wantedPropertyList)
Return a list of Workspace objects which
can be used as the argument of the
Workspace.setServerState(javax.wvcm.Workspace) routine
for more than one Workspace. |
Location |
Provider.location(String string)
Return a Location whose string value is the specified String. |
Location |
Location.child(String bindingName)
Return the Location of the child with the specified binding name in the folder at this Location. |
Iterator |
Folder.doReadMemberList(PropertyNameList wantedPropertyList,
boolean deep)
Return an iterator of Resource objects that contain properties of
the resources that are bound members of this Folder. |
List |
Folder.getBindingList()
Return a list of Binding objects that identify the bound members of this Folder. |
void |
ControllableResource.doCreateResource()
Create a new persistent resource at the location identified by this ControllableResource. |
Resource |
ControllableResource.readProperties(PropertyNameList wantedPropertyList)
Return a Resource containing the wanted properties
that are available on the client host
without communicating with the server. |
Resource |
ControllableResource.readContent(PropertyNameList wantedPropertyList,
OutputStream content)
If the resource content is available on the client host, the resource content is written to content
and content is closed. |
Iterator |
ControllableResource.doRefresh(PropertyNameList wantedPropertyList,
boolean ignoreDirty)
If both the client and the server are maintaining the persistent state of the resource identified by this ControllableResource,
synchronizes the state on the client to be that of the server. |
void |
ControllableResource.doControl()
Require that the resource be checked out to be modified and checked in to commit the modifications. |
void |
ControllableResource.doCheckout()
Apply doCheckout(true, null, false, false) |
void |
ControllableResource.doCheckin()
Apply doCheckin(false, true) |
Workspace |
ControllableResource.getWorkspace()
Return the workspace of which this ControllableResource is a member. |
boolean |
ControllableResource.getIsCheckedOut()
Return whether the resource identified by this ControllableResource is
checked-out. |
ControllableResource |
ControllableResource.getServerState()
Return the ControllableResource that identifies the resource
on the server that maintains the state for the client resource
identified by this ControllableResource. |
boolean |
ControllableResource.getIsStaleContent()
Return whether both the client and server are maintaining persistent state for the content of this ControllableResource, and whether the server
content has changed since the client and server content
was last synchronized. |
boolean |
ControllableResource.getIsDirtyContent()
Return whether both the client and server are maintaining persistent state for the content of this ControllableResource, and whether the client
content has changed since the client and server content
was last synchronized. |
PropertyNameList |
ControllableResource.getStalePropertyList()
Return the list of property values whose persistent state is being maintained on both the client and server, and whose server-side state has changed since the client and server state was last synchronized. |
PropertyNameList |
ControllableResource.getDirtyPropertyList()
Return the list of property values whose persistent state is being maintained on both the client and server, and whose client-side state has changed since the client and server state was last synchronized. |
void |
ControllableResource.doCreateVersionControlledResource(Version v)
Create a new controlled resource at the location identified by the proxy. |
void |
ControllableResource.doCheckin(boolean keepCheckedOut,
boolean forkOK)
Changes the state of the resource identified by this ControllableResource
to be checked-in, and synchronizes the persistent state
of the resource to be that of the persistent state
on the client. |
void |
ControllableResource.doCheckout(boolean forkOK,
List activityList,
boolean newActivity,
boolean unreserved)
Checkout this ControllableResource so that its content can be modified. |
ControllableResource |
ControllableResource.doMerge(Version source,
boolean noAutoMerge,
boolean noCheckout,
boolean forkOK,
boolean unreserved,
List activityList,
boolean newActivity,
PropertyNameList wantedPropertyList)
Merge the version specified in source into the resource
identified by this ControllableResource (the "target"). |
ControllableResource.MergePreviewReport |
ControllableResource.doMergePreviewReport(Version source)
Return a MergePreviewReport indicating how the resource identified by this ControllableResource
would be modified by a doMerge. |
void |
ControllableResource.doUncheckout()
Cancels the checkout of a version-controlled resource, and restores its content to the state of its CheckedOut version. |
Iterator |
ControllableResource.doUpdate(Version v,
PropertyNameList wantedPropertyList)
Update the state of this checked-in version-controlled ControllableResource to be the same as the specified version from
the version history of this ControllableResource. |
void |
ControllableResource.doAddLabel(String label)
Apply doBind(locVersionByLabel+label, false)
to the CheckedIn version of this ControllableResource, where
locVersionByLabel is the location of the VersionByLabelFolder of the
version history of this version. |
void |
ControllableResource.doRemoveLabel(String label)
Apply doUnbind(locVersionByLabel+label)
to the CheckedIn version of this ControllableResource, where
locVersionByLabel is the location of the VersionByLabelFolder of the
version history of this version. |
void |
ControllableResource.doSetLabel(String label)
Apply doBind(locVersionByLabel+label, true)
to the CheckedIn version of this ControllableResource, where
locVersionByLabel is the location of the VersionByLabelFolder of the
version history of this version. |
Version |
ControllableResource.doReadLabelledVersionProperties(String label,
PropertyNameList wantedPropertyList)
Apply doReadProperties
to the version selected by label from the version history
of this ControllableResource. |
boolean |
ControllableResource.getVersionControllable()
Return whether version history will be tracked when the resource is controlled. |
VersionHistory |
ControllableResource.getVersionHistory()
Return the version history of the CheckedIn or CheckedOut version. |
Configuration |
ControllableResource.getControlledConfiguration()
Return the version-controlled configuration of the baseline-controlled folder of which this ControllableResource is a member. |
Version |
ControllableResource.getCheckedIn()
If this ControllableResource is checked-in,
return whether the version whose content
is identical to that of this ControllableResource;
otherwise, return null. |
Version |
ControllableResource.getCheckedOut()
If this ControllableResource is checked-out,
return the value of getCheckedIn
when the checkout was performed; otherwise,
return null. |
List |
ControllableResource.getPredecessorList()
If this ControllableResource is checked-out,
return a list of Version objects that identify the versions that
will become the predecessors of the version created
when this ControllableResource is checked in;
otherwise, return null. |
List |
ControllableResource.getActivityList()
If this ControllableResource is checked-out,
return a list of Activity objects that identify the
activities that will become the activityList of the version created
when this ControllableResource is checked in; otherwise,
return null/ |
boolean |
ControllableResource.getUnreserved()
Return whether this ControllableResource is checked-out, and whether another checkout of the same version can be made in the same activity as the one in the ActivitySet of this ControllableResource. |
List |
ControllableResource.getMergeList()
If this ControllableResource is checked-out, return
a list of Version objects that identify the versions whose
content must be merged by the client into the content of
this ControllableResource; otherwise, return null. |
List |
ControllableResource.getAutoMergeList()
If this ControllableResource is checked-out,
return a list of Version objects that identify the versions whose
content has been merged by the server into the content of
this ControllableResource; otherwise, return null. |
Iterator |
ControllableFolder.readMemberList(PropertyNameList wantedPropertyList,
boolean deep)
Return an iterator of Resource objects that contain locally
available properties of the resources that are locally known
as members of this Folder. |
void |
ControllableFolder.doBaselineControl()
Put this ControllableFolder under baseline control. |
void |
ControllableFolder.doBaselineControl(Baseline baseline)
Put this ControllableFolder under baseline control and initialize
it with the contents of the specified baseline. |
List |
ControllableFolder.getEclipsedList()
Return a list of String objects that identify the names of version-controlled resources in this ControllableFolder
that are eclipsed by non-version-controlled resources. |
boolean |
ControllableFolder.getBaselineControllable()
Return whether the folder can be put under baseline control. |
ControllableFolder |
Configuration.getRootFolder()
Return the root folder of the configuration. |
List |
Configuration.getSubbaselineList()
If this Configuration is checked-out,
return a list of Baseline objects that identify the baselines
that will be the subbaselines of the baseline created when this Configuration
is checked in; otherwise return null. |
void |
Configuration.setSubbaselineList(List baselineList)
Set the SubbaselineList property of this Configuration. |
Iterator |
Baseline.doCompareBaselineReport(Baseline baseline)
Return an iterator of AddedVersion, DeletedVersion, and ChangedVersion objects, that enumerate the differences between the versions selected by this Baseline and the baseline argument. |
ControllableFolder |
Baseline.getBaselineFolder()
Return a folder containing a read-only copy of the version-controlled state of the baseline-controlled folder at the time the baseline identified by this Baseline was created. |
List |
Baseline.getSubbaselineList()
Return a list of Baseline objects that identify
the subbaselines of the baseline identified by this Baseline. |
void |
Activity.doCreateResource()
Create an activity on the server. |
void |
Activity.doCheckin(boolean keepCheckedOut,
boolean forkOK)
Apply doCheckin
to each member of the ActivityCheckoutList of this Activity. |
List |
Activity.getActivityCheckoutList()
Return a list of ControllableResource objects that
identify all version-controlled resources that are checked out
to this Activity. |
List |
Activity.getActivityVersionList()
Return a list of Version objects that identify versions
that were created for this Activity. |
List |
Activity.getCurrentWorkspaceList()
Return a list of Workspace objects that identify
workspaces that refer to this Activity in their CurrentActivityList. |
List |
Activity.getSubactivityList()
Return a list of Activity objects. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||