|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Model
A client side view of a workflow model. Contains information about the model as well as sub elements such as processes, roles, organisations etc.
| Method Summary | |
|---|---|
java.util.List |
getAllData()
Gets all the data definitions contained in this model. |
java.util.List |
getAllOrganizations()
Gets all the organizations defined in this model. |
java.util.List |
getAllParticipants()
Gets all participants defined in this model. |
java.util.List |
getAllProcessDefinitions()
Gets all the process definitions contained in this model. |
java.util.Set<QualityAssuranceCode> |
getAllQualityAssuranceCodes()
|
java.util.List |
getAllRoles()
Gets all the roles defined in this model. |
java.util.List |
getAllTopLevelOrganizations()
Gets all the top level organizations defined in this model. |
java.util.List |
getAllTopLevelRoles()
Gets all the top level roles defined in this model. |
java.util.List |
getAllTypeDeclarations()
Gets all the type declarations contained in this model. |
Data |
getData(java.lang.String id)
Gets the specified data definition. |
Organization |
getOrganization(java.lang.String id)
Gets the specified organization. |
Participant |
getParticipant(java.lang.String id)
Gets the specified participant. |
ProcessDefinition |
getProcessDefinition(java.lang.String id)
Gets the specified process definition. |
Role |
getRole(java.lang.String id)
Gets the specified role. |
TypeDeclaration |
getTypeDeclaration(DocumentType documentType)
Gets the specified type declaration. |
TypeDeclaration |
getTypeDeclaration(java.lang.String id)
Gets the specified type declaration. |
| Methods inherited from interface org.eclipse.stardust.engine.api.model.ModelElement |
|---|
getAllAttributes, getAttribute, getDescription, getElementOID, getId, getModelOID, getName, getNamespace, getPartitionId, getPartitionOID, getQualifiedId |
| Method Detail |
|---|
java.util.Set<QualityAssuranceCode> getAllQualityAssuranceCodes()
java.util.List getAllParticipants()
Participant objects.Participant getParticipant(java.lang.String id)
id - the ID of the participant.
java.util.List getAllOrganizations()
Organization objects.Organization getOrganization(java.lang.String id)
id - the ID of the organization.
java.util.List getAllRoles()
Role objects.Role getRole(java.lang.String id)
id - the ID of the role.
java.util.List getAllTopLevelOrganizations()
Organization objects.java.util.List getAllTopLevelRoles()
Role objects.java.util.List getAllProcessDefinitions()
ProcessDefinition objects.ProcessDefinition getProcessDefinition(java.lang.String id)
id - the ID of the process definition.
java.util.List getAllData()
Data objects.Data getData(java.lang.String id)
id - the ID of the data definition
java.util.List getAllTypeDeclarations()
TypeDeclaration objects.TypeDeclaration getTypeDeclaration(java.lang.String id)
id - the ID of the type declaration
TypeDeclaration getTypeDeclaration(DocumentType documentType)
documentType - the documentType of a Document.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||