Skip navigation links

Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference
11g Release 1 (11.1)

E17350-01


com.stellent.cis.client.api.scs.user
Interface ISCSUserRole

All Superinterfaces:
ICISObject, ICISObjectInitializable, ISCSObject, ISCSUserSecurityObject, java.io.Serializable

public interface ISCSUserRole
extends ISCSUserSecurityObject

Nested Class Summary

 

Nested classes/interfaces inherited from interface com.stellent.cis.client.api.common.ICISObjectInitializable
ICISObjectInitializable.AdapterVersionAware

 

Field Summary

 

Fields inherited from interface com.stellent.cis.client.api.scs.user.ISCSUserSecurityObject
RIGHT_ADMINISTRATIVE, RIGHT_READ, RIGHT_READ_WRITE, RIGHT_READ_WRITE_DELETE

 

Fields inherited from interface com.stellent.cis.client.api.common.ICISObject
FILTER_NULL_VALUE, FILTER_READONLY, FILTER_SYSTEM

 

Method Summary
 java.lang.String getGroupName()
           
 void setGroupName(java.lang.String groupName)
           

 

Methods inherited from interface com.stellent.cis.client.api.scs.user.ISCSUserSecurityObject
getAccessRights, getName, setAccessRights, setName

 

Methods inherited from interface com.stellent.cis.client.api.scs.ISCSObject
castObject, clearPropertyFilter, copyObject, getPropertyFilter, getSourceAdapter, getSourceObject, getSourceObjectPropertyType, mergeObject, mergeObject, removeProperty, setPropertyFilter, setRestrictedPropertyFilter, setSourceObjectPropertyType

 

Methods inherited from interface com.stellent.cis.client.api.common.ICISObject
getProperties, getPropertiesWithValue, getProperty, getPropertyAsString, getPropertyAsString, getPropertyDescriptors, hasProperty, setProperty, setProperty, setProperty

 

Methods inherited from interface com.stellent.cis.client.api.common.ICISObjectInitializable
intialize

 

Method Detail

getGroupName

java.lang.String getGroupName()
Returns:
group name associated with this role

setGroupName

void setGroupName(java.lang.String groupName)
Parameters:
groupName - the group name associated with this role

Skip navigation links

Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference
11g Release 1 (11.1)

E17350-01


Copyright © 1996, 2010, Oracle and/or its affiliates. All rights reserved.