org.kuali.rice.kew.api.action
Class AdHocToPrincipal

java.lang.Object
  extended by org.kuali.rice.kew.api.action.AdHocCommand
      extended by org.kuali.rice.kew.api.action.AdHocToPrincipal
All Implemented Interfaces:
Serializable

public final class AdHocToPrincipal
extends AdHocCommand

See Also:
Serialized Form

Nested Class Summary
static class AdHocToPrincipal.Builder
           
(package private) static class AdHocToPrincipal.Constants
          Defines some internal constants used on this class.
(package private) static class AdHocToPrincipal.Elements
          A private class which exposes constants which define the XML element names to use when this object is marshalled to XML.
 
Field Summary
private static long serialVersionUID
           
private  String targetPrincipalId
           
 
Constructor Summary
private AdHocToPrincipal()
           
private AdHocToPrincipal(AdHocToPrincipal.Builder builder)
           
 
Method Summary
 String getTargetPrincipalId()
           
 
Methods inherited from class org.kuali.rice.kew.api.action.AdHocCommand
equals, getActionRequested, getNodeName, getRequestLabel, getResponsibilityDescription, hashCode, isForceAction, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

targetPrincipalId

private final String targetPrincipalId
Constructor Detail

AdHocToPrincipal

private AdHocToPrincipal()

AdHocToPrincipal

private AdHocToPrincipal(AdHocToPrincipal.Builder builder)
Method Detail

getTargetPrincipalId

public String getTargetPrincipalId()


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.