|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.RuntimePermissionsXto
public class RuntimePermissionsXto
RuntimePermissions present permissions that are changeable at runtime. While other permissions are bound to model elements in the process model RuntimePermissions can be set via the public API.
Java class for RuntimePermissions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RuntimePermissions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="RuntimePermissionsMap" type="{http://eclipse.org/stardust/ws/v2012a/api}RuntimePermissionsMap"/>
<element name="DeniedRuntimePermissionsMap" type="{http://eclipse.org/stardust/ws/v2012a/api}RuntimePermissionsMap"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
RuntimePermissionsXto()
|
|
| Method Summary | |
|---|---|
RuntimePermissionsMapXto |
getDeniedRuntimePermissionsMap()
Gets the value of the deniedRuntimePermissionsMap property. |
RuntimePermissionsMapXto |
getRuntimePermissionsMap()
Gets the value of the runtimePermissionsMap property. |
void |
setDeniedRuntimePermissionsMap(RuntimePermissionsMapXto value)
Sets the value of the deniedRuntimePermissionsMap property. |
void |
setRuntimePermissionsMap(RuntimePermissionsMapXto value)
Sets the value of the runtimePermissionsMap property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RuntimePermissionsXto()
| Method Detail |
|---|
public RuntimePermissionsMapXto getRuntimePermissionsMap()
RuntimePermissionsMapXtopublic void setRuntimePermissionsMap(RuntimePermissionsMapXto value)
value - allowed object is
RuntimePermissionsMapXtopublic RuntimePermissionsMapXto getDeniedRuntimePermissionsMap()
RuntimePermissionsMapXtopublic void setDeniedRuntimePermissionsMap(RuntimePermissionsMapXto value)
value - allowed object is
RuntimePermissionsMapXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||