org.eclipse.stardust.engine.api.ws
Class RuntimePermissionsXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.RuntimePermissionsXto

public class RuntimePermissionsXto
extends Object

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

RuntimePermissionsXto

public RuntimePermissionsXto()
Method Detail

getRuntimePermissionsMap

public RuntimePermissionsMapXto getRuntimePermissionsMap()
Gets the value of the runtimePermissionsMap property.

Returns:
possible object is RuntimePermissionsMapXto

setRuntimePermissionsMap

public void setRuntimePermissionsMap(RuntimePermissionsMapXto value)
Sets the value of the runtimePermissionsMap property.

Parameters:
value - allowed object is RuntimePermissionsMapXto

getDeniedRuntimePermissionsMap

public RuntimePermissionsMapXto getDeniedRuntimePermissionsMap()
Gets the value of the deniedRuntimePermissionsMap property.

Returns:
possible object is RuntimePermissionsMapXto

setDeniedRuntimePermissionsMap

public void setDeniedRuntimePermissionsMap(RuntimePermissionsMapXto value)
Sets the value of the deniedRuntimePermissionsMap property.

Parameters:
value - allowed object is RuntimePermissionsMapXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.