Uses of Interface
wt.vc.sessioniteration.SessionEditedIteration

Packages that use SessionEditedIteration
wt.part Defines WTParts and WTPartMasters ( the fundamental enterprise objects used to represent product structures composed of assemblies and components), WTPartUsageLink and WTPartConfigSpec (used to build the structures of parts and select the correct versions of parts from the structures) and the WTPartService to manage these parts. 
wt.vc.sessioniteration   
 

Uses of SessionEditedIteration in wt.part
 

Classes in wt.part that implement SessionEditedIteration
 class WTProductConfiguration
           Use the newWTProductConfiguration static factory method(s), not the WTProductConfiguration constructor, to construct instances of this class.
 class WTProductInstance2
           Use the newWTProductInstance2 static factory method(s), not the WTProductInstance2 constructor, to construct instances of this class.
 

Uses of SessionEditedIteration in wt.vc.sessioniteration
 

Methods in wt.vc.sessioniteration that return SessionEditedIteration
 SessionEditedIteration StandardSessionIterationService.getSessionIteration(SessionEditedIteration iteration, WTPrincipal principal)
          Returns a session iteration for the principal specified (or the current principal if null is passed in) -- if one exists -- that was created from the iteration provided.
 SessionEditedIteration StandardSessionIterationService.createSessionIteration(SessionEditedIteration iteration, WTPrincipal principal, String comment)
          Creates a session iteration for the specified principal from the given iteration.
 SessionEditedIteration StandardSessionIterationService.commitSessionIteration(SessionEditedIteration sessionIteration, String comment)
          Commits the session iteration.
 SessionEditedIteration StandardSessionIterationService.deleteSessionIteration(SessionEditedIteration sessionIteration)
          Deletes the session iteration.
 SessionEditedIteration SessionIterationServiceFwd.getSessionIteration(SessionEditedIteration iteration, WTPrincipal principal)
          Returns a session iteration for the principal specified (or the current principal if null is passed in) -- if one exists -- that was created from the iteration provided.
 SessionEditedIteration SessionIterationServiceFwd.createSessionIteration(SessionEditedIteration iteration, WTPrincipal principal, String comment)
          Creates a session iteration for the specified principal from the given iteration.
 SessionEditedIteration SessionIterationServiceFwd.commitSessionIteration(SessionEditedIteration sessionIteration, String comment)
          Commits the session iteration.
 SessionEditedIteration SessionIterationServiceFwd.deleteSessionIteration(SessionEditedIteration sessionIteration)
          Deletes the session iteration.
 SessionEditedIteration SessionIterationService.getSessionIteration(SessionEditedIteration iteration, WTPrincipal principal)
          Returns a session iteration for the principal specified (or the current principal if null is passed in) -- if one exists -- that was created from the iteration provided.
 SessionEditedIteration SessionIterationService.createSessionIteration(SessionEditedIteration iteration, WTPrincipal principal, String comment)
          Creates a session iteration for the specified principal from the given iteration.
 SessionEditedIteration SessionIterationService.commitSessionIteration(SessionEditedIteration sessionIteration, String comment)
          Commits the session iteration.
 SessionEditedIteration SessionIterationService.deleteSessionIteration(SessionEditedIteration sessionIteration)
          Deletes the session iteration.
 

Methods in wt.vc.sessioniteration with parameters of type SessionEditedIteration
 SessionEditedIteration StandardSessionIterationService.getSessionIteration(SessionEditedIteration iteration, WTPrincipal principal)
          Returns a session iteration for the principal specified (or the current principal if null is passed in) -- if one exists -- that was created from the iteration provided.
 void StandardSessionIterationService.validateCreateSessionIteration(SessionEditedIteration iteration, WTPrincipal principal)
          Returns true if the principal can create a session iteration from the specified iteration.
 SessionEditedIteration StandardSessionIterationService.createSessionIteration(SessionEditedIteration iteration, WTPrincipal principal, String comment)
          Creates a session iteration for the specified principal from the given iteration.
 void StandardSessionIterationService.validateCommitSessionIteration(SessionEditedIteration sessionIteration)
          Returns true if the session iteration can be commited.
 SessionEditedIteration StandardSessionIterationService.commitSessionIteration(SessionEditedIteration sessionIteration, String comment)
          Commits the session iteration.
 void StandardSessionIterationService.validateDeleteSessionIteration(SessionEditedIteration sessionIteration)
          Validates that the session iteration can be deleted.
 SessionEditedIteration StandardSessionIterationService.deleteSessionIteration(SessionEditedIteration sessionIteration)
          Deletes the session iteration.
 QueryResult StandardSessionIterationService.getSessionIterations(SessionEditedIteration iteration)
          

Supported API: false
 SessionEditedIteration SessionIterationServiceFwd.getSessionIteration(SessionEditedIteration iteration, WTPrincipal principal)
          Returns a session iteration for the principal specified (or the current principal if null is passed in) -- if one exists -- that was created from the iteration provided.
 void SessionIterationServiceFwd.validateCreateSessionIteration(SessionEditedIteration iteration, WTPrincipal principal)
          Returns true if the principal can create a session iteration from the specified iteration.
 SessionEditedIteration SessionIterationServiceFwd.createSessionIteration(SessionEditedIteration iteration, WTPrincipal principal, String comment)
          Creates a session iteration for the specified principal from the given iteration.
 void SessionIterationServiceFwd.validateCommitSessionIteration(SessionEditedIteration sessionIteration)
          Returns true if the session iteration can be commited.
 SessionEditedIteration SessionIterationServiceFwd.commitSessionIteration(SessionEditedIteration sessionIteration, String comment)
          Commits the session iteration.
 void SessionIterationServiceFwd.validateDeleteSessionIteration(SessionEditedIteration sessionIteration)
          Validates that the session iteration can be deleted.
 SessionEditedIteration SessionIterationServiceFwd.deleteSessionIteration(SessionEditedIteration sessionIteration)
          Deletes the session iteration.
 SessionEditedIteration SessionIterationService.getSessionIteration(SessionEditedIteration iteration, WTPrincipal principal)
          Returns a session iteration for the principal specified (or the current principal if null is passed in) -- if one exists -- that was created from the iteration provided.
 void SessionIterationService.validateCreateSessionIteration(SessionEditedIteration iteration, WTPrincipal principal)
          Returns true if the principal can create a session iteration from the specified iteration.
 SessionEditedIteration SessionIterationService.createSessionIteration(SessionEditedIteration iteration, WTPrincipal principal, String comment)
          Creates a session iteration for the specified principal from the given iteration.
 void SessionIterationService.validateCommitSessionIteration(SessionEditedIteration sessionIteration)
          Returns true if the session iteration can be commited.
 SessionEditedIteration SessionIterationService.commitSessionIteration(SessionEditedIteration sessionIteration, String comment)
          Commits the session iteration.
 void SessionIterationService.validateDeleteSessionIteration(SessionEditedIteration sessionIteration)
          Validates that the session iteration can be deleted.
 SessionEditedIteration SessionIterationService.deleteSessionIteration(SessionEditedIteration sessionIteration)
          Deletes the session iteration.
 QueryResult SessionIterationServerService.getSessionIterations(SessionEditedIteration iteration)
          

Supported API: false
static boolean SessionIterationHelper.isSessionIteration(SessionEditedIteration iteration)
          Returns true if this iteration has a session owner.