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.metadata
Interface ISCSUserMetaDefinition

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

public interface ISCSUserMetaDefinition
extends ISCSObject

Defintion of meta data fields available for a user.


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.common.ICISObject
FILTER_NULL_VALUE, FILTER_READONLY, FILTER_SYSTEM

 

Method Summary
 java.lang.String getCaption()
           
 java.lang.String getName()
           
 java.lang.String getOptionListKey()
           
 java.lang.String getOptionListType()
           
 java.lang.String getOverrideBitFlag()
           
 java.lang.String getType()
           
 boolean isAdminEdit()
           
 boolean isOptionList()
           
 boolean isViewOnly()
           
 void setAdminEdit(boolean adminEdit)
           
 void setCaption(java.lang.String caption)
           
 void setName(java.lang.String name)
           
 void setOptionList(boolean optionList)
           
 void setOptionListKey(java.lang.String optionListKey)
           
 void setOptionListType(java.lang.String optionListType)
           
 void setOverrideBitFlag(java.lang.String overrideBitFlag)
           
 void setType(java.lang.String type)
           
 void setViewOnly(boolean viewOnly)
           

 

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

getCaption

java.lang.String getCaption()
Returns:
The description of this field.

setCaption

void setCaption(java.lang.String caption)
Parameters:
caption - The description of this field.

isAdminEdit

boolean isAdminEdit()
Returns:
Is editable by administrator.

setAdminEdit

void setAdminEdit(boolean adminEdit)
Parameters:
adminEdit - Is editable by administrator.

isOptionList

boolean isOptionList()
Returns:
Whether or not this field has an option list.

setOptionList

void setOptionList(boolean optionList)
Parameters:
optionList - Whether or not this field has an option list.

isViewOnly

boolean isViewOnly()
Returns:
Whether or not this property is viewable only.

setViewOnly

void setViewOnly(boolean viewOnly)
Parameters:
viewOnly - Whether or not this property is viewable only.

getName

java.lang.String getName()
Returns:
The name of this field.

setName

void setName(java.lang.String name)
Parameters:
name - The name of this field.

getOptionListKey

java.lang.String getOptionListKey()
Returns:
The identifier of the option list, if any.

setOptionListKey

void setOptionListKey(java.lang.String optionListKey)
Parameters:
optionListKey - The identifier of the option list, if any.

getOptionListType

java.lang.String getOptionListType()
Returns:
The type of the option list associated, if any.

setOptionListType

void setOptionListType(java.lang.String optionListType)
Parameters:
optionListType - The type of the option list associated, if any.

getOverrideBitFlag

java.lang.String getOverrideBitFlag()
Returns:
The override bit flag value.

setOverrideBitFlag

void setOverrideBitFlag(java.lang.String overrideBitFlag)
Parameters:
overrideBitFlag - The override bit flag value.

getType

java.lang.String getType()
Returns:
The type of field.

setType

void setType(java.lang.String type)
Parameters:
type - The type of field.

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.