com.plumtree.remote.auth
Class SyncInfo

java.lang.Object
  extended bycom.plumtree.remote.util.NamedValueMap
      extended bycom.plumtree.remote.auth.SyncInfo

public class SyncInfo
extends NamedValueMap

A NamedValueMap for storing settings for performing user/group synchronization. This class is populated from information entered in the portal's SCI editor for this Web Service. This class provides future extensibility and does not have additional methods.

Note: When providing values for date properties, the value should be in the format MM/dd/yy HH:mm:ss PM. For example, 10/25/04 12:53:30 PM.


Constructor Summary
SyncInfo()
          Default constructor
SyncInfo(NamedValue[] nvArray)
          Constructor with an input NamedValue array.
 
Methods inherited from class com.plumtree.remote.util.NamedValueMap
fromArray, get, put, put, remove, remove, toArray, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SyncInfo

public SyncInfo()
Default constructor


SyncInfo

public SyncInfo(NamedValue[] nvArray)
Constructor with an input NamedValue array.

Parameters:
nvArray - the initial array of NamedValues for this map


For additional information on the Oracle® WebCenter Interaction Development Kit, including tutorials, blogs, code samples and more, see the Oracle Technology Network (http://www.oracle.com/technology/index.html).

Copyright ©2010 Oracle® Corporation. All Rights Reserved.