com.filenet.api.admin
Interface CmIdentityRule
-
- All Superinterfaces:
- DependentObject, EngineObject, java.io.Serializable
public interface CmIdentityRule extends EngineObject, DependentObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.lang.Stringget_EmailSuffix()A suffix string against which email addresses are matched by the identity rule.Idget_Id()The unique object ID.IdentityRuleTypeget_IdentityRuleType()The type of the identity rule.voidset_EmailSuffix(java.lang.String value)A suffix string against which email addresses are matched by the identity rule.voidset_IdentityRuleType(IdentityRuleType value)The type of the identity rule.-
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
-
-
-
-
Method Detail
-
get_Id
Id get_Id()
The unique object ID.
-
get_IdentityRuleType
IdentityRuleType get_IdentityRuleType()
The type of the identity rule.
-
set_IdentityRuleType
void set_IdentityRuleType(IdentityRuleType value)
The type of the identity rule. Settability Restrictions: None.
-
get_EmailSuffix
java.lang.String get_EmailSuffix()
A suffix string against which email addresses are matched by the identity rule.
-
set_EmailSuffix
void set_EmailSuffix(java.lang.String value)
A suffix string against which email addresses are matched by the identity rule. Settability Restrictions: None.
-
-