|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IProfileValue
This interface represents a profile value.
| Nested Class Summary | |
|---|---|
static interface |
IProfileValue.CeTargetType
Profile target type for profile value. |
| Method Summary | |
|---|---|
java.lang.String |
getFormula()
Deprecated. Use { IProfileValue.getFormula(String) instead. |
java.lang.String |
getFormula(java.lang.String ceKindString)
Gets the formula for the profile value for the specified kind. |
java.lang.String |
getInternalFormula(java.lang.String ceKindString)
Gets the internal formula for the profile value for specified kind. |
int |
getProfileID()
Returns the profile ID. |
int |
getTargetType()
Gets the formula target type. |
IProfileValueItems |
getValues()
Gets the profile values. |
void |
removeFormula(java.lang.String ceKindString)
Removes the formula for specified type and document kind. |
void |
setFormula(java.lang.String formula)
Deprecated. Use IProfileValue.setFormula(String, String) instead |
void |
setFormula(java.lang.String ceKindString,
java.lang.String formula)
Sets the formula for the profile value for the specified kind. |
void |
setInternalFormula(java.lang.String ceKindString,
java.lang.String internalFormula)
Sets the internal formula for the specified target kind. |
void |
setProfileID(int id)
Sets the profile ID associated with the profile value. |
void |
setTargetType(int targetType)
Gets the formula target type. |
| Method Detail |
|---|
int getProfileID()
Returns the profile ID.
int that indicates the profile ID.
void setProfileID(int id)
throws SDKException
Sets the profile ID associated with the profile value.
id - An int that indicates the profile ID associated with the profile value.
SDKException - This is thrown if the process is unsuccessful.java.lang.String getFormula()
IProfileValue.getFormula(String) instead.
Returns the formula of the profile value for kind CeKind.FullClient.
String formula of the profile value for kind CeKind.FullClient.
void setFormula(java.lang.String formula)
throws SDKException
IProfileValue.setFormula(String, String) instead
Sets the formula of the profile value for kind CeKind.FullClient.
formula - The String formula for the kind CeKind.FullClient.
SDKException - This is thrown if the process is unsuccessful.java.lang.String getFormula(java.lang.String ceKindString)
Gets the formula for the profile value for the specified kind.
ceKindString - The kind of object for which to retrieve the formula. This value may be
for any arbitrary kind. For instance, it may be one of CeKind.CRYSTAL_REPORT,
CeKind.WEBI, or CeKind.FullClient.
String that indicates formula for the specified document object kind.
void setFormula(java.lang.String ceKindString,
java.lang.String formula)
throws SDKException
Sets the formula for the profile value for the specified kind.
ceKindString - The kind of object for which to set the formula. This value may be
for any arbitrary kind. For instance, it may be one of CeKind.CRYSTAL_REPORT,
CeKind.WEBI, or CeKind.FullClient.formula - The String formula for the given kind. It should conform to the kind's
document's syntax.
SDKExceptionjava.lang.String getInternalFormula(java.lang.String ceKindString)
Gets the internal formula for the profile value for specified kind.
ceKindString - The kind of object for which to set the internal formula. Currently only
CeKind.WEBI is supported.
String internal formula for the given kind.
void setInternalFormula(java.lang.String ceKindString,
java.lang.String internalFormula)
throws SDKException
Sets the internal formula for the specified target kind.
ceKindString - The kind of object for which to retrieve the formula. Currently only
CeKind.WEBI is supported.formula - The String internal formula for the given kind.
SDKExceptionint getTargetType()
Gets the formula target type.
int that indicates target type.
void setTargetType(int targetType)
throws SDKException
Gets the formula target type.
targetType - A int that is the target type, reference CeTargetType for predefined values.
SDKException
void removeFormula(java.lang.String ceKindString)
throws SDKException
Removes the formula for specified type and document kind.
ceKindString - A String that indicates the object kind of the formula, limit the value to CeKind.CRYSTAL_REPORT, CeKind.WEBI, and CeKind.FullClient.
SDKException
IProfileValueItems getValues()
throws SDKException
Gets the profile values.
IProfileValueItems to support multiple value.
SDKException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||