lumis.content.workflow.serialization
Class WorkflowPermissionSerializableConfig

Package class diagram package WorkflowPermissionSerializableConfig
java.lang.Object
  extended by lumis.content.workflow.serialization.WorkflowPermissionSerializableConfig

public class WorkflowPermissionSerializableConfig
extends Object

Serializable value object for Workflow permission structure properties

Since:
4.0.8

Constructor Summary
WorkflowPermissionSerializableConfig()
           
 
Method Summary
 String getChannelId()
           
 String getId()
           
 int getPrincipalType()
           
 boolean isExternal()
          Returns if the principal is external to the channel being exported.
 void setChannelId(String channelId)
           
 void setExternal(boolean external)
          Sets whether the principal is external to the channel being exported.
 void setId(String id)
           
 void setPrincipalType(int principalType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowPermissionSerializableConfig

public WorkflowPermissionSerializableConfig()
Method Detail

getId

public String getId()

setId

public void setId(String id)

getPrincipalType

public int getPrincipalType()

setPrincipalType

public void setPrincipalType(int principalType)

getChannelId

public String getChannelId()

setChannelId

public void setChannelId(String channelId)

isExternal

public boolean isExternal()
Returns if the principal is external to the channel being exported.

Returns:
true if the principal is external.
Since:
4.2.1

setExternal

public void setExternal(boolean external)
Sets whether the principal is external to the channel being exported.

Parameters:
external -
Since:
4.2.1


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.