wt.workflow.notebook
Interface NotebookService
- All Known Implementing Classes:
- NotebookServiceFwd, StandardNotebookService
- public interface NotebookService
Supported API: false
Extendable: false
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 |
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 |
saveStructuredReference
public Notebook saveStructuredReference(SubjectOfNotebook subject,
Notebook notebook)
throws WTException
Supported API: false
- 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
- Parameters:
template
- name
- subject
-
- Returns:
- Notebook
- Throws:
WTException
addNotebook
public void addNotebook(NotebookIfc notebook,
SubjectOfNotebook subject,
boolean primary)
throws WTException
Supported API: false
- Parameters:
notebook
- subject
- primary
-
- Throws:
WTException
getNotebooks
public Enumeration getNotebooks(WTObject subject)
throws WTException
Supported API: false
- Parameters:
subject
-
- Returns:
- Enumeration
- Throws:
WTException
createNotebook
public Notebook createNotebook(String templateName,
String name,
SubjectOfNotebook subject)
throws WTException
- Deprecated.
Supported API: false
- Parameters:
templateName
- name
- subject
-
- Returns:
- Notebook
- Throws:
WTException
getNotebooks
public Enumeration getNotebooks(WTObject subject,
boolean othersideonly)
throws WTException
Supported API: false
- Parameters:
subject
- othersideonly
-
- Returns:
- Enumeration
- Throws:
WTException
saveFolder
public NotebookFolder saveFolder(NotebookFolder folder)
throws WTException
Supported API: false
- Parameters:
folder
-
- Returns:
- NotebookFolder
- Throws:
WTException
saveBookmark
public Bookmark saveBookmark(Bookmark bookmark)
throws WTException
Supported API: false
- Parameters:
bookmark
-
- Returns:
- Bookmark
- Throws:
WTException
deleteNotebook
public void deleteNotebook(Notebook notebook,
SubjectOfNotebook subject)
throws WTException
Supported API: false
- Parameters:
notebook
- subject
-
- Throws:
WTException
deleteFolder
public void deleteFolder(NotebookFolder folder)
throws WTException
Supported API: false
- Parameters:
folder
-
- Throws:
WTException
saveWindchillBookmark
public void saveWindchillBookmark(String name,
String s_url,
CollaborationContainer parent)
throws WTException
Supported API: false
- Parameters:
name
- s_url
- parent
-
- Throws:
WTException
getChildren
public Enumeration getChildren(Notebook notebook)
throws WTException
Supported API: false
- Parameters:
notebook
-
- Returns:
- Enumeration
- Throws:
WTException
getDefaultTemplate
public NotebookTemplate getDefaultTemplate(WTObject obj,
WTContainerRef containerRef)
throws WTException
Supported API: false
- Parameters:
obj
- containerRef
-
- Returns:
- NotebookTemplate
- Throws:
WTException
getFolders
public Vector getFolders(CollaborationContainer cc)
throws WTException
Supported API: false
- Parameters:
cc
-
- Returns:
- Vector
- Throws:
WTException
getDefaultObjectTemplate
public NotebookTemplate getDefaultObjectTemplate(boolean isUser,
WTContainerRef containerRef)
throws WTException
Supported API: false
- Parameters:
isUser
- containerRef
-
- Returns:
- NotebookTemplate
- Throws:
WTException
getDefaultTemplate
public NotebookTemplate getDefaultTemplate(WTContainerRef containerRef)
throws WTException
Supported API: false
- Parameters:
containerRef
-
- Returns:
- NotebookTemplate
- Throws:
WTException
getApplicationData
public ApplicationData getApplicationData(String file,
String tempFile,
ContentHolder ctHolder)
throws WTException
Supported API: false
- Parameters:
file
- tempFile
- ctHolder
-
- Returns:
- ApplicationData
- Throws:
WTException
createNotebookForUser
public Notebook createNotebookForUser(WTUser user)
throws WTException
Supported API: false
- Parameters:
user
-
- Returns:
- Notebook
- Throws:
WTException
getDefaultTemplate
public NotebookTemplate getDefaultTemplate(WTObject obj)
throws WTException
- Deprecated.
Supported API: false
- Parameters:
obj
-
- Returns:
- NotebookTemplate
- Throws:
WTException
getDefaultTemplate
public NotebookTemplate getDefaultTemplate()
throws WTException
- Deprecated.
Supported API: false
- Returns:
- NotebookTemplate
- Throws:
WTException
getDefaultObjectTemplate
public NotebookTemplate getDefaultObjectTemplate(boolean isUser)
throws WTException
- Deprecated.
Supported API: false
- Parameters:
isUser
-
- Returns:
- NotebookTemplate
- Throws:
WTException
createNotebook
public Notebook createNotebook(NotebookTemplate template,
String name,
SubjectOfNotebook subject,
WTContainerRef containerRef)
throws WTException
Supported API: false
- Parameters:
template
- name
- subject
- containerRef
-
- Returns:
- Notebook
- Throws:
WTException