Methods' Details
|
- getContent
-  
com::sun::star::ucb::XContent
getContent();
- Description
- returns a content, which can be used for accessing the groups.
|
- storeTemplate
-  
- boolean
storeTemplate(
-
- Description
- creates the template with the given name in the given group using the
data from the storable.
|
- addTemplate
-  
- boolean
addTemplate(
[ in ] string |
GroupName, |
[ in ] string |
TemplateName, |
[ in ] string |
SourceURL ); |
- Description
- is called when the status of the feature changes.
|
- removeTemplate
-  
- boolean
removeTemplate(
[ in ] string |
GroupName, |
[ in ] string |
TemplateName ); |
- Description
- is called when the status of the feature changes.
|
- renameTemplate
-  
- boolean
renameTemplate(
[ in ] string |
GroupName, |
[ in ] string |
OldTemplateName, |
[ in ] string |
NewTemplateName ); |
- Description
- is called when the status of the feature changes.
|
- addGroup
-  
- boolean
addGroup(
[ in ] string |
GroupName ); |
- Description
- Creates a new Group
- Parameter GroupName
-
the name of the group to be created
- Returns
-
true, if the group could be created, false otherwise
|
- removeGroup
-  
- boolean
removeGroup(
[ in ] string |
GroupName ); |
- Description
- is called when the status of the feature changes.
|
- renameGroup
-  
- boolean
renameGroup(
[ in ] string |
OldGroupName, |
[ in ] string |
NewGroupName ); |
- Description
- is called when the status of the feature changes.
|
- update
-  
[ oneway ] void
update();
- Description
- is called when the status of the feature changes.
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.