com.tibco.bpm.web.client.services.actions.workitems
Class GetOrgEntityConfigAttribute

java.lang.Object
  extended by com.tibco.bpm.web.client.services.actions.workitems.GetOrgEntityConfigAttribute
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, OSAction<StringResult>, net.customware.gwt.dispatch.shared.Action<StringResult>

public class GetOrgEntityConfigAttribute
extends java.lang.Object
implements OSAction<StringResult>

Gets the value of an Org Entity Config Attribute from BRM

See the Constants class for possible Attribute names.

Returns the String value attribute.

©2013 Cloud Software Group, Inc.

Since:
2.2.0

Constructor Summary
GetOrgEntityConfigAttribute(java.lang.String attributeName)
          Constructs a new GetOrgEntityConfigAttribute Action
 
Method Summary
 java.lang.String getAttributeName()
          This is the name of the attribute to retrieve
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetOrgEntityConfigAttribute

public GetOrgEntityConfigAttribute(java.lang.String attributeName)
Constructs a new GetOrgEntityConfigAttribute Action

Parameters:
attributeName - Name of the attribute to retrieve
Method Detail

getAttributeName

public java.lang.String getAttributeName()
This is the name of the attribute to retrieve

Returns:
Returns the attribute name
See Also:
Constants} for possible values


Copyright © 2015 Cloud Software Group, Inc. All Rights Reserved.