|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.novell.admin.rbs.RBSObject
|
+--com.novell.admin.rbs.RBSTask
Class that represents a rbsTask object
| Fields inherited from class com.novell.admin.rbs.RBSObject |
ns,
nsObj,
oe |
| Constructor Summary | |
RBSTask(NSObject obj)
Constructor. |
|
RBSTask(ObjectEntry objectOE)
Constructor. |
|
| Method Summary | |
void |
addContentMembership(RBSObject[] content)
Adds this task to the content of the given RBSObjects |
void |
addRights(RBSRights[] rights)
Adds the task rights to the task. |
void |
deleteContentMembership(RBSObject[] content)
Deletes this content member from the given objects. |
void |
deleteRights(RBSRights[] rights)
Deletes the task rights for the task. |
RBSObject[] |
getContentMembership()
Returns the objects that this task is a member of |
java.lang.String |
getEntryPoint()
Returns the entry point of the task |
RBSModule |
getModule()
Returns the module where the tasks are stored |
RBSRights[] |
getRights()
Returns the task rights of the task object |
java.lang.String |
getTaskParameters()
Returns the task parameters of the task |
void |
setContentMembership(RBSObject[] content)
Sets the objects for which this task is a content member of. |
void |
setEntryPoint(java.lang.String point)
Sets the entry point for the task. |
void |
setRights(RBSRights[] rights)
Sets the task rights for the task. |
void |
setTaskParameters(java.lang.String taskParameters)
Sets the entry point for the task. |
void |
update()
OverWrites the base class update |
| Methods inherited from class com.novell.admin.rbs.RBSObject |
getDescription,
getObjectEntry,
setDescription,
setNSObject,
verifyNSObject |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public RBSTask(ObjectEntry objectOE)
objectOE - ObjectEntry representing a rbsTaskpublic RBSTask(NSObject obj)
obj - NSObject| Method Detail |
public RBSObject[] getContentMembership()
throws SPIException
public void setContentMembership(RBSObject[] content)
throws SPIException,
SnapinVetoException,
NamespaceException,
ComponentCreationException
tasks - The RBSObject[] representing the memberships.
public void addContentMembership(RBSObject[] content)
throws SPIException,
SnapinVetoException,
NamespaceException,
ComponentCreationException
tasks - The RBSObject[] representing objects to make this task
a member of.
public void deleteContentMembership(RBSObject[] content)
throws SPIException,
NamespaceException,
SnapinVetoException,
ComponentCreationException
content - The RBSObject[] representing the objects to remove
this task from.
public RBSRights[] getRights()
throws SPIException
public void setRights(RBSRights[] rights)
throws NamespaceException,
SPIException,
SnapinVetoException,
ComponentCreationException
rights - The RBSRights[] representing the task rights of the task.
public void addRights(RBSRights[] rights)
throws SPIException,
NamespaceException,
SnapinVetoException
rights - The RBSRights[] representing the task rights of the task.
public void deleteRights(RBSRights[] rights)
throws SPIException,
NamespaceException,
SnapinVetoException
rights - The RBSRights[] representing the task rights of the task.
public java.lang.String getEntryPoint()
throws NamespaceException,
SPIException,
ComponentCreationException
public void setEntryPoint(java.lang.String point)
throws NamespaceException,
SPIException,
SnapinVetoException,
ComponentCreationException
point - A String representing the entry point of the task.
public java.lang.String getTaskParameters()
throws SPIException
public void setTaskParameters(java.lang.String taskParameters)
throws NamespaceException,
SPIException,
SnapinVetoException,
ComponentCreationException
point - A String representing the entry point of the task.public RBSModule getModule()
public void update()
throws SPIException,
SnapinVetoException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||