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 Tue 30-Aug-2016 10:48 AM

    Copyright © IBM 2016. All rights reserved.