WebCenter Interaction API  
 

PT_SYNCTYPES Members

PT_SYNCTYPES overview

Public Static Fields

public fieldstaticPT_SYNCTYPE_FULL Full sync: all users and groups are brought in.
public fieldstaticPT_SYNCTYPE_NONE No sync: no users imported.
public fieldstaticPT_SYNCTYPE_PARTIAL Partial users sync: all groups brought in, but only users from selected groups.
public fieldstaticPT_SYNCTYPE_PARTIALGROUPS Partial groups sync: all users imported, but no new groups are brought in.
public fieldstaticPT_SYNCTYPE_PARTIALUSERSPARTIALGROUPS Partial users partial groups sync: only users from selected groups, and no new groups are brought in.

Public Instance Constructors

public method PT_SYNCTYPES Constructor Initializes a new instance of the PT_SYNCTYPES class.

Public Instance Methods

public methodEquals (inherited from Object)Determines whether the specified Object is equal to the current Object.
public methodGetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
public methodGetType (inherited from Object)Gets the Type of the current instance.
public methodToString (inherited from Object)Returns a String that represents the current Object.

See Also

PT_SYNCTYPES Class | com.plumtree.server Namespace | IPTAuthSource