Decision Center API

ilog.rules.teamserver.brm
Interface IlrProfile

All Superinterfaces:
Cloneable, ilog.rules.teamserver.model.IlrCompositeObject, ilog.rules.commonbrm.model.IlrElement, IlrElementDetails, IlrElementHandle, IlrElementSummary, Serializable

public interface IlrProfile
extends IlrElementDetails

A representation of the model object 'Profile'.

The following features are supported:

See Also:
IlrBrmPackage.getProfile()

Method Summary
 byte[] getPicture()
          Returns the value of the 'Picture' attribute.
 String getUserId()
          Returns the value of the 'User Id' attribute.
 
Methods inherited from interface ilog.rules.teamserver.model.IlrElementDetails
cloneElement, getContainer, getRawValue, setRawValue, setRawValueNoCheck
 
Methods inherited from interface ilog.rules.teamserver.model.IlrElementSummary
getName
 
Methods inherited from interface ilog.rules.teamserver.model.IlrElementHandle
eClass, equals, equals, getModelInfo, getSession, getType, getValue, hashCode, isNew, toIdString
 
Methods inherited from interface ilog.rules.commonbrm.model.IlrElement
getPropertyValue, getPropertyValue, isInstanceOf
 

Method Detail

getUserId

String getUserId()
Returns the value of the 'User Id' attribute.

If the meaning of the 'User Id' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'User Id' attribute.
See Also:
IlrBrmPackage.getProfile_UserId()

getPicture

byte[] getPicture()
Returns the value of the 'Picture' attribute.

If the meaning of the 'Picture' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Picture' attribute.
See Also:
IlrBrmPackage.getProfile_Picture()

Decision Center API

© Copyright IBM Corp. 1987, 2013