com.sap.ip.collaboration.core.api.scf.repository

Interface ISessionSO

All Superinterfaces:
ITypeCast

public interface ISessionSO
extends ITypeCast

This interface defines operations on session storage objects


Method Summary
 IContent getContent()
           
 Collection getParticipants()
           
 String getSubject()
           
 void setContent(IContent content)
           
 void setParticipants(Collection participants)
           
 void setSubject(String subject)
           
 void update(IContent content, List properties)
           
 
Methods inherited from interface com.sapportals.wcm.repository.so.ITypeCast
as, isA, listTypes
 

Method Detail

getSubject

String getSubject()
                  throws SCFException
Throws:
SCFException

getParticipants

Collection getParticipants()
                           throws SCFException
Throws:
SCFException

setSubject

void setSubject(String subject)
                throws SCFException
Throws:
SCFException

setParticipants

void setParticipants(Collection participants)
                     throws SCFException
Throws:
SCFException

setContent

void setContent(IContent content)
                throws SCFException
Throws:
SCFException

getContent

IContent getContent()
                    throws SCFException
Throws:
SCFException

update

void update(IContent content,
            List properties)
            throws SCFException
Throws:
SCFException
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-COLL [sap.com] tc/kmc/coll/scf api EP-KM-COL


Copyright 2011 SAP AG Complete Copyright Notice