Class TStakeHolderPermissions
java.lang.Object
oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
oracle.bpm.casemgmt.metadata.Case.model.TStakeHolderPermissions
- All Implemented Interfaces:
Serializable
Java class for tStakeHolderPermissions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tStakeHolderPermissions"> <complexContent> <extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements"> <sequence> <choice> <element name="defaultProfile" type="{http://xmlns.oracle.com/bpm/case/metadata}tDefaultPermissionsTypeEnum" minOccurs="0"/> <element name="customProfile" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </choice> </sequence> </extension> </complexContent> </complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the customProfile property.Gets the value of the defaultProfile property.boolean
boolean
void
setCustomProfile
(String value) Sets the value of the customProfile property.void
Sets the value of the defaultProfile property.Methods inherited from class oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
getDocumentation, isSetDocumentation, unsetDocumentation
-
Constructor Details
-
TStakeHolderPermissions
public TStakeHolderPermissions()
-
-
Method Details
-
getDefaultProfile
Gets the value of the defaultProfile property.- Returns:
- possible object is
TDefaultPermissionsTypeEnum
-
setDefaultProfile
Sets the value of the defaultProfile property.- Parameters:
value
- allowed object isTDefaultPermissionsTypeEnum
-
isSetDefaultProfile
public boolean isSetDefaultProfile() -
getCustomProfile
Gets the value of the customProfile property.- Returns:
- possible object is
String
-
setCustomProfile
Sets the value of the customProfile property.- Parameters:
value
- allowed object isString
-
isSetCustomProfile
public boolean isSetCustomProfile()
-