wt.workflow.notebook
Class NotebookServiceFwd

java.lang.Object
  extended bywt.workflow.notebook.NotebookServiceFwd
All Implemented Interfaces:
NotebookService, RemoteAccess, Serializable

public class NotebookServiceFwd
extends Object
implements RemoteAccess, NotebookService, Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private static String FC_RESOURCE
           
(package private) static boolean SERVER
           
 
Fields inherited from interface wt.method.RemoteAccess
versionID
 
Constructor Summary
NotebookServiceFwd()
           
 
Method Summary
 void addNotebook(NotebookIfc notebook, SubjectOfNotebook subject, boolean primary)
          

Supported API: false
 Notebook createNotebook(NotebookTemplate template, String name, SubjectOfNotebook subject)
          Deprecated.  
 Notebook createNotebook(NotebookTemplate template, String name, SubjectOfNotebook subject, WTContainerRef containerRef)
          

Supported API: false
 Notebook createNotebook(String templateName, String name, SubjectOfNotebook subject)
          Deprecated.  
 Notebook createNotebookForUser(WTUser user)
          

Supported API: false
 void deleteFolder(NotebookFolder folder)
          

Supported API: false
 void deleteNotebook(Notebook notebook, SubjectOfNotebook subject)
          

Supported API: false
 ApplicationData getApplicationData(String file, String tempFile, ContentHolder ctHolder)
          

Supported API: false
 Enumeration getChildren(Notebook notebook)
          

Supported API: false
 NotebookTemplate getDefaultObjectTemplate(boolean isUser)
          Deprecated.  
 NotebookTemplate getDefaultObjectTemplate(boolean isUser, WTContainerRef containerRef)
          

Supported API: false
 NotebookTemplate getDefaultTemplate()
          Deprecated.  
 NotebookTemplate getDefaultTemplate(WTContainerRef containerRef)
          

Supported API: false
 NotebookTemplate getDefaultTemplate(WTObject obj)
          Deprecated.  
 NotebookTemplate getDefaultTemplate(WTObject obj, WTContainerRef containerRef)
          

Supported API: false
 Vector getFolders(CollaborationContainer cc)
          

Supported API: false
private static Manager getManager()
           
 Enumeration getNotebooks(WTObject subject)
          

Supported API: false
 Enumeration getNotebooks(WTObject subject, boolean othersideonly)
          

Supported API: false
 Bookmark saveBookmark(Bookmark bookmark)
          

Supported API: false
 NotebookFolder saveFolder(NotebookFolder folder)
          

Supported API: false
 Notebook saveStructuredReference(SubjectOfNotebook subject, Notebook notebook)
          

Supported API: false
 void saveWindchillBookmark(String name, String s_url, CollaborationContainer parent)
          

Supported API: false
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVER

static final boolean SERVER

FC_RESOURCE

private static final String FC_RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

NotebookServiceFwd

public NotebookServiceFwd()
Method Detail

getManager

private static Manager getManager()
                           throws WTException
Returns:
Manager
Throws:
WTException

saveStructuredReference

public Notebook saveStructuredReference(SubjectOfNotebook subject,
                                        Notebook notebook)
                                 throws WTException


Supported API: false

Specified by:
saveStructuredReference in interface NotebookService
Parameters:
subject -
notebook -
Returns:
Notebook
Throws:
WTException

createNotebook

public Notebook createNotebook(NotebookTemplate template,
                               String name,
                               SubjectOfNotebook subject)
                        throws WTException
Deprecated.  

deprecated in 7.0

Supported API: false

Specified by:
createNotebook in interface NotebookService
Parameters:
template -
name -
subject -
Returns:
Notebook
Throws:
WTException

addNotebook

public void addNotebook(NotebookIfc notebook,
                        SubjectOfNotebook subject,
                        boolean primary)
                 throws WTException


Supported API: false

Specified by:
addNotebook in interface NotebookService
Parameters:
notebook -
subject -
primary -
Throws:
WTException

getNotebooks

public Enumeration getNotebooks(WTObject subject)
                         throws WTException


Supported API: false

Specified by:
getNotebooks in interface NotebookService
Parameters:
subject -
Returns:
Enumeration
Throws:
WTException

createNotebook

public Notebook createNotebook(String templateName,
                               String name,
                               SubjectOfNotebook subject)
                        throws WTException
Deprecated.  



Supported API: false

Specified by:
createNotebook in interface NotebookService
Parameters:
templateName -
name -
subject -
Returns:
Notebook
Throws:
WTException

getNotebooks

public Enumeration getNotebooks(WTObject subject,
                                boolean othersideonly)
                         throws WTException


Supported API: false

Specified by:
getNotebooks in interface NotebookService
Parameters:
subject -
othersideonly -
Returns:
Enumeration
Throws:
WTException

saveFolder

public NotebookFolder saveFolder(NotebookFolder folder)
                          throws WTException


Supported API: false

Specified by:
saveFolder in interface NotebookService
Parameters:
folder -
Returns:
NotebookFolder
Throws:
WTException

saveBookmark

public Bookmark saveBookmark(Bookmark bookmark)
                      throws WTException


Supported API: false

Specified by:
saveBookmark in interface NotebookService
Parameters:
bookmark -
Returns:
Bookmark
Throws:
WTException

deleteNotebook

public void deleteNotebook(Notebook notebook,
                           SubjectOfNotebook subject)
                    throws WTException


Supported API: false

Specified by:
deleteNotebook in interface NotebookService
Parameters:
notebook -
subject -
Throws:
WTException

deleteFolder

public void deleteFolder(NotebookFolder folder)
                  throws WTException


Supported API: false

Specified by:
deleteFolder in interface NotebookService
Parameters:
folder -
Throws:
WTException

saveWindchillBookmark

public void saveWindchillBookmark(String name,
                                  String s_url,
                                  CollaborationContainer parent)
                           throws WTException


Supported API: false

Specified by:
saveWindchillBookmark in interface NotebookService
Parameters:
name -
s_url -
parent -
Throws:
WTException

getChildren

public Enumeration getChildren(Notebook notebook)
                        throws WTException


Supported API: false

Specified by:
getChildren in interface NotebookService
Parameters:
notebook -
Returns:
Enumeration
Throws:
WTException

getDefaultTemplate

public NotebookTemplate getDefaultTemplate(WTObject obj,
                                           WTContainerRef containerRef)
                                    throws WTException


Supported API: false

Specified by:
getDefaultTemplate in interface NotebookService
Parameters:
obj -
containerRef -
Returns:
NotebookTemplate
Throws:
WTException

getFolders

public Vector getFolders(CollaborationContainer cc)
                  throws WTException


Supported API: false

Specified by:
getFolders in interface NotebookService
Parameters:
cc -
Returns:
Vector
Throws:
WTException

getDefaultObjectTemplate

public NotebookTemplate getDefaultObjectTemplate(boolean isUser,
                                                 WTContainerRef containerRef)
                                          throws WTException


Supported API: false

Specified by:
getDefaultObjectTemplate in interface NotebookService
Parameters:
isUser -
containerRef -
Returns:
NotebookTemplate
Throws:
WTException

getDefaultTemplate

public NotebookTemplate getDefaultTemplate(WTContainerRef containerRef)
                                    throws WTException


Supported API: false

Specified by:
getDefaultTemplate in interface NotebookService
Parameters:
containerRef -
Returns:
NotebookTemplate
Throws:
WTException

getApplicationData

public ApplicationData getApplicationData(String file,
                                          String tempFile,
                                          ContentHolder ctHolder)
                                   throws WTException


Supported API: false

Specified by:
getApplicationData in interface NotebookService
Parameters:
file -
tempFile -
ctHolder -
Returns:
ApplicationData
Throws:
WTException

createNotebookForUser

public Notebook createNotebookForUser(WTUser user)
                               throws WTException


Supported API: false

Specified by:
createNotebookForUser in interface NotebookService
Parameters:
user -
Returns:
Notebook
Throws:
WTException

getDefaultTemplate

public NotebookTemplate getDefaultTemplate(WTObject obj)
                                    throws WTException
Deprecated.  



Supported API: false

Specified by:
getDefaultTemplate in interface NotebookService
Parameters:
obj -
Returns:
NotebookTemplate
Throws:
WTException

getDefaultTemplate

public NotebookTemplate getDefaultTemplate()
                                    throws WTException
Deprecated.  



Supported API: false

Specified by:
getDefaultTemplate in interface NotebookService
Returns:
NotebookTemplate
Throws:
WTException

getDefaultObjectTemplate

public NotebookTemplate getDefaultObjectTemplate(boolean isUser)
                                          throws WTException
Deprecated.  



Supported API: false

Specified by:
getDefaultObjectTemplate in interface NotebookService
Parameters:
isUser -
Returns:
NotebookTemplate
Throws:
WTException

createNotebook

public Notebook createNotebook(NotebookTemplate template,
                               String name,
                               SubjectOfNotebook subject,
                               WTContainerRef containerRef)
                        throws WTException


Supported API: false

Specified by:
createNotebook in interface NotebookService
Parameters:
template -
name -
subject -
containerRef -
Returns:
Notebook
Throws:
WTException