|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface UserGroup
A client side view of an user group participant defined at runtime. An user group participant is a workflow element which performs manual or interactive activities.
| Method Summary | |
|---|---|
String |
getDescription()
Retrieves this user group's description. |
org.eclipse.stardust.engine.api.dto.UserGroupDetailsLevel |
getDetailsLevel()
|
void |
setAttribute(String name,
Serializable value)
|
void |
setDescription(String description)
Sets the description of the user group. |
void |
setName(String name)
Sets the name of the user group. |
void |
setValidFrom(Date validFrom)
Sets the validity start date of the user group. |
void |
setValidTo(Date validTo)
Sets the validity end date of the user group. |
| Methods inherited from interface org.eclipse.stardust.engine.api.model.DynamicParticipant |
|---|
getPartitionId, getPartitionOID, getValidFrom, getValidTo |
| Methods inherited from interface org.eclipse.stardust.engine.api.model.Participant |
|---|
getAllAttributes, getAllSuperOrganizations, getAttribute, getElementOID, getModelOID, getNamespace |
| Methods inherited from interface org.eclipse.stardust.engine.api.model.ModelElement |
|---|
getId, getName, getQualifiedId |
| Methods inherited from interface org.eclipse.stardust.engine.api.model.DynamicParticipantInfo |
|---|
getOID |
| Methods inherited from interface org.eclipse.stardust.engine.api.model.ParticipantInfo |
|---|
getId, getName, getQualifiedId |
| Method Detail |
|---|
void setName(String name)
UserService.modifyUserGroup(UserGroup) is invoked.
name - the new name.UserService.modifyUserGroup(UserGroup)void setValidFrom(Date validFrom)
UserService.modifyUserGroup(UserGroup) is invoked.
validFrom - the validity start date, or null if unlimited.UserService.modifyUserGroup(UserGroup)void setValidTo(Date validTo)
UserService.modifyUserGroup(UserGroup) is invoked.
validTo - the validity end date, or null if unlimited.UserService.modifyUserGroup(UserGroup)String getDescription()
getDescription in interface ModelElementvoid setDescription(String description)
UserService.modifyUserGroup(UserGroup) is invoked.
description - the description.UserService.modifyUserGroup(UserGroup)
void setAttribute(String name,
Serializable value)
name - value - org.eclipse.stardust.engine.api.dto.UserGroupDetailsLevel getDetailsLevel()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||