|
SAP NetWeaver 7.30 SP01 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IStatemanagementManager
A service returned from the service factory using the IWCMConst.STATEMANAGEMENT_SERVICE
has to implement this interface.
The state management service makes it possible to assign different states to a resource
and to define transitions between states. For a particular transition, an approval workflow
can be defined.
| Method Summary | |
|---|---|
IEventSender |
getEventSender()
Returns an instance of the event sender of the state management service. |
IStatemanagement |
getStatemanagement()
Deprecated. as of NW04. All state management related classes will become resource-dependent. Please use #getStatemanagementResource() to handle states and transitions
for a single resource. |
IStatemanagementEvent |
getStatemanagementEventTemplate(int type)
Get a IStatemanagementEvent-template for the given
IStatemanagementEvent-type. |
IStatemanagementUtils |
getStatemanagementUtils()
Deprecated. as of NW04. All state management related classes will become resource-dependent please use getStatemanagementResource().getUtils() to handle persistent storage of
state management related data |
IStatemanagementResource |
getStatemangementResource(IResource impResource)
Gets an instance of the IStatemanagementResource for a resource. |
| Methods inherited from interface com.sapportals.wcm.repository.service.IRepositoryService |
|---|
acceptServletCall, getDescription, getDescription, getID, getServiceType |
| Method Detail |
|---|
IStatemanagement getStatemanagement()
#getStatemanagementResource() to handle states and transitions
for a single resource.
IStatemanagementUtils getStatemanagementUtils()
getStatemanagementResource().getUtils() to handle persistent storage of
state management related data
IEventSender getEventSender()
IStatemanagementResource getStatemangementResource(IResource impResource)
throws StatemanagementException,
com.sapportals.wcm.WcmException
IStatemanagementResource for a resource.
This is the central class for dealing with states and transitions for a resource.
impResource - the resource to get the instance for
StatemanagementException
com.sapportals.wcm.WcmExceptionIStatemanagementEvent getStatemanagementEventTemplate(int type)
IStatemanagementEvent-template for the given
IStatemanagementEvent-type.
type - the IStatemanagementEvent-type to get the template for.
IStatemanagementEvent-template for the given type
or null if the given type is not valid.| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
|
SAP NetWeaver 7.30 SP01 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||