Project: stp
javax.wvcm

Interface Stream

Parameters:
sourceList - the list of resources specifying the versions whose target in this stream should be updated. If a member of sourceList is an activity, it must not be a stream, and each version in the Activity.ACTIVITY_VERSION_LIST is a source version. If a member of sourceList is a version-controlled resource, the checked-in version of the member is a source version; if that version-controlled resource is a folder, all members of that folder are considered members of the sourceList.
feedback - Specifies optional feedback to the caller.
Returns:
A new proxy for this resource, whose properties are specified by feedback.
Throws:
WvcmException - An implementation may throw a single exception on the first error encountered, or may attempt to update all of the source versions, with any errors accumulated in the WvcmException.getNestedExceptions() list.
ReasonCode:
  • WvcmException.ReasonCode.BAD_ARGUMENT_TYPE: The resources identified by the sourceList argument must be versions, activities, streams, or controllable resources.
  • WvcmException.ReasonCode.MUST_BE_CHECKED_IN: A version-controlled resource in the sourceList must be checked in.
  • Generated Thu 26-Oct-2017 01:22 PM

    Copyright © IBM 2017. All rights reserved.