public class ServiceInstanceWorkflowPermission extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ServiceInstanceWorkflowPermission.Type
The type of permission.
|
Constructor and Description |
---|
ServiceInstanceWorkflowPermission() |
Modifier and Type | Method and Description |
---|---|
String |
getId()
Returns the identifier.
|
String |
getPrincipalId()
Returns the principal identifier.
|
String |
getRole()
Returns the role.
|
ServiceInstanceWorkflow |
getServiceInstanceWorkflow()
Returns the service instance workflow.
|
ServiceInstanceWorkflowPermission.Type |
getType()
Returns the type.
|
void |
setId(String id)
Sets the identifier.
|
void |
setPrincipalId(String principalId)
Sets the principal identifier.
|
void |
setRole(String role)
Sets the role.
|
void |
setServiceInstanceWorkflow(ServiceInstanceWorkflow serviceInstanceWorkflow)
Sets the service instance workflow.
|
void |
setType(ServiceInstanceWorkflowPermission.Type type)
Sets the type.
|
public String getId()
public void setId(String id)
id
- the identifier.public ServiceInstanceWorkflow getServiceInstanceWorkflow()
public void setServiceInstanceWorkflow(ServiceInstanceWorkflow serviceInstanceWorkflow)
serviceInstanceWorkflow
- the service instance workflow.public String getPrincipalId()
public void setPrincipalId(String principalId)
principalId
- the principal identifier.public String getRole()
public void setRole(String role)
role
- the role.public ServiceInstanceWorkflowPermission.Type getType()
public void setType(ServiceInstanceWorkflowPermission.Type type)
type
- the type.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.