Class TCaseMetadata
- All Implemented Interfaces:
Serializable
Java class for tCaseMetadata complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tCaseMetadata"> <complexContent> <extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements"> <sequence> <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="name" type="{http://xmlns.oracle.com/bpm/case/metadata}tTranslatedValue"/> <element name="title" type="{http://xmlns.oracle.com/bpm/case/metadata/common}tTranslatableValue" minOccurs="0"/> <element name="shortSummary" type="{http://xmlns.oracle.com/bpm/case/metadata/common}tTranslatableValue" minOccurs="0"/> <element name="longSummary" type="{http://xmlns.oracle.com/bpm/case/metadata/common}tTranslatableValue" minOccurs="0"/> <element name="priority" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="category" type="{http://xmlns.oracle.com/bpm/case/metadata}tCategory" minOccurs="0"/> <element name="ecmFolder" type="{http://xmlns.oracle.com/bpm/case/metadata}tECMFolder" minOccurs="0"/> <element name="caseData" type="{http://xmlns.oracle.com/bpm/case/metadata}tCaseData" maxOccurs="unbounded" minOccurs="0"/> <element name="caseDataFlexField" type="{http://xmlns.oracle.com/bpm/case/metadata}tCaseDataFlexField" maxOccurs="unbounded" minOccurs="0"/> <element name="events" type="{http://xmlns.oracle.com/bpm/case/metadata}tUserDefinedEvent" minOccurs="0"/> <element name="publishCaseEventsToEDN" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="stakeHolders" type="{http://xmlns.oracle.com/bpm/case/metadata}tStakeHolders" minOccurs="0"/> <element name="milestones" type="{http://xmlns.oracle.com/bpm/case/metadata}tMilestones" minOccurs="0"/> <element name="outcomes" type="{http://xmlns.oracle.com/bpm/case/metadata}tOutcomes" minOccurs="0"/> <element name="permissionTags" type="{http://xmlns.oracle.com/bpm/case/metadata}tPermissionTags" minOccurs="0"/> <element name="caseAttributes" type="{http://xmlns.oracle.com/bpm/case/metadata}tCaseAttributes" minOccurs="0"/> <element name="resourceBundle" type="{http://xmlns.oracle.com/bpm/case/metadata}tResourceBundle" minOccurs="0"/> <element name="namespacePrefixes" type="{http://xmlns.oracle.com/bpm/case/metadata}tNamespacePrefixes" minOccurs="0"/> <element name="organizationalUnitName" type="{http://xmlns.oracle.com/bpm/case/metadata/common}tStaticOrXPath" minOccurs="0"/> <element name="dueDate" type="{http://xmlns.oracle.com/bpm/case/metadata}tDuration" minOccurs="0"/> <element name="useBusinessCalendar" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="phases" type="{http://xmlns.oracle.com/bpm/case/metadata}tPhases" minOccurs="0"/> <element name="caseProgression" type="{http://xmlns.oracle.com/bpm/case/metadata}tCaseProgression" minOccurs="0"/> <element name="overwritePermissions" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> <attribute name="targetNamespace" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the caseAttributes property.Gets the value of the caseData property.Gets the value of the caseDataFlexField property.Gets the value of the caseProgression property.Gets the value of the category property.Gets the value of the dueDate property.Gets the value of the ecmFolder property.Gets the value of the events property.getId()
Gets the value of the id property.Gets the value of the longSummary property.Gets the value of the milestones property.getName()
Gets the value of the name property.Gets the value of the namespacePrefixes property.Gets the value of the organizationalUnitName property.Gets the value of the outcomes property.Gets the value of the permissionTags property.Gets the value of the phases property.Gets the value of the priority property.Gets the value of the resourceBundle property.Gets the value of the shortSummary property.Gets the value of the stakeHolders property.Gets the value of the targetNamespace property.getTitle()
Gets the value of the title property.Gets the value of the overwritePermissions property.Gets the value of the publishCaseEventsToEDN property.boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
isSetId()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
Gets the value of the useBusinessCalendar property.void
setCaseAttributes
(TCaseAttributes value) Sets the value of the caseAttributes property.void
Sets the value of the caseProgression property.void
setCategory
(TCategory value) Sets the value of the category property.void
setDueDate
(TDuration value) Sets the value of the dueDate property.void
setEcmFolder
(TECMFolder value) Sets the value of the ecmFolder property.void
setEvents
(TUserDefinedEvent value) Sets the value of the events property.void
Sets the value of the id property.void
setLongSummary
(TTranslatableValue value) Sets the value of the longSummary property.void
setMilestones
(TMilestones value) Sets the value of the milestones property.void
Sets the value of the name property.void
Sets the value of the namespacePrefixes property.void
Sets the value of the organizationalUnitName property.void
setOutcomes
(TOutcomes value) Sets the value of the outcomes property.void
setOverwritePermissions
(Boolean value) Sets the value of the overwritePermissions property.void
setPermissionTags
(TPermissionTags value) Sets the value of the permissionTags property.void
Sets the value of the phases property.void
setPriority
(BigInteger value) Sets the value of the priority property.void
setPublishCaseEventsToEDN
(Boolean value) Sets the value of the publishCaseEventsToEDN property.void
setResourceBundle
(TResourceBundle value) Sets the value of the resourceBundle property.void
Sets the value of the shortSummary property.void
setStakeHolders
(TStakeHolders value) Sets the value of the stakeHolders property.void
setTargetNamespace
(String value) Sets the value of the targetNamespace property.void
setTitle
(TTranslatableValue value) Sets the value of the title property.void
setUseBusinessCalendar
(Boolean value) Sets the value of the useBusinessCalendar property.void
void
Methods inherited from class oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
getDocumentation, isSetDocumentation, unsetDocumentation
-
Constructor Details
-
TCaseMetadata
public TCaseMetadata()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
isSetId
public boolean isSetId() -
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
isSetName
public boolean isSetName() -
getTitle
Gets the value of the title property.- Returns:
- possible object is
TTranslatableValue
-
setTitle
Sets the value of the title property.- Parameters:
value
- allowed object isTTranslatableValue
-
isSetTitle
public boolean isSetTitle() -
getShortSummary
Gets the value of the shortSummary property.- Returns:
- possible object is
TTranslatableValue
-
setShortSummary
Sets the value of the shortSummary property.- Parameters:
value
- allowed object isTTranslatableValue
-
isSetShortSummary
public boolean isSetShortSummary() -
getLongSummary
Gets the value of the longSummary property.- Returns:
- possible object is
TTranslatableValue
-
setLongSummary
Sets the value of the longSummary property.- Parameters:
value
- allowed object isTTranslatableValue
-
isSetLongSummary
public boolean isSetLongSummary() -
getPriority
Gets the value of the priority property.- Returns:
- possible object is
BigInteger
-
setPriority
Sets the value of the priority property.- Parameters:
value
- allowed object isBigInteger
-
isSetPriority
public boolean isSetPriority() -
getCategory
Gets the value of the category property.- Returns:
- possible object is
TCategory
-
setCategory
Sets the value of the category property.- Parameters:
value
- allowed object isTCategory
-
isSetCategory
public boolean isSetCategory() -
getEcmFolder
Gets the value of the ecmFolder property.- Returns:
- possible object is
TECMFolder
-
setEcmFolder
Sets the value of the ecmFolder property.- Parameters:
value
- allowed object isTECMFolder
-
isSetEcmFolder
public boolean isSetEcmFolder() -
getCaseData
Gets the value of the caseData property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the caseData property.For example, to add a new item, do as follows:
getCaseData().add(newItem);
Objects of the following type(s) are allowed in the list
TCaseData
-
isSetCaseData
public boolean isSetCaseData() -
unsetCaseData
public void unsetCaseData() -
getCaseDataFlexField
Gets the value of the caseDataFlexField property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the caseDataFlexField property.For example, to add a new item, do as follows:
getCaseDataFlexField().add(newItem);
Objects of the following type(s) are allowed in the list
TCaseDataFlexField
-
isSetCaseDataFlexField
public boolean isSetCaseDataFlexField() -
unsetCaseDataFlexField
public void unsetCaseDataFlexField() -
getEvents
Gets the value of the events property.- Returns:
- possible object is
TUserDefinedEvent
-
setEvents
Sets the value of the events property.- Parameters:
value
- allowed object isTUserDefinedEvent
-
isSetEvents
public boolean isSetEvents() -
isPublishCaseEventsToEDN
Gets the value of the publishCaseEventsToEDN property.- Returns:
- possible object is
Boolean
-
setPublishCaseEventsToEDN
Sets the value of the publishCaseEventsToEDN property.- Parameters:
value
- allowed object isBoolean
-
isSetPublishCaseEventsToEDN
public boolean isSetPublishCaseEventsToEDN() -
getStakeHolders
Gets the value of the stakeHolders property.- Returns:
- possible object is
TStakeHolders
-
setStakeHolders
Sets the value of the stakeHolders property.- Parameters:
value
- allowed object isTStakeHolders
-
isSetStakeHolders
public boolean isSetStakeHolders() -
getMilestones
Gets the value of the milestones property.- Returns:
- possible object is
TMilestones
-
setMilestones
Sets the value of the milestones property.- Parameters:
value
- allowed object isTMilestones
-
isSetMilestones
public boolean isSetMilestones() -
getOutcomes
Gets the value of the outcomes property.- Returns:
- possible object is
TOutcomes
-
setOutcomes
Sets the value of the outcomes property.- Parameters:
value
- allowed object isTOutcomes
-
isSetOutcomes
public boolean isSetOutcomes() -
getPermissionTags
Gets the value of the permissionTags property.- Returns:
- possible object is
TPermissionTags
-
setPermissionTags
Sets the value of the permissionTags property.- Parameters:
value
- allowed object isTPermissionTags
-
isSetPermissionTags
public boolean isSetPermissionTags() -
getCaseAttributes
Gets the value of the caseAttributes property.- Returns:
- possible object is
TCaseAttributes
-
setCaseAttributes
Sets the value of the caseAttributes property.- Parameters:
value
- allowed object isTCaseAttributes
-
isSetCaseAttributes
public boolean isSetCaseAttributes() -
getResourceBundle
Gets the value of the resourceBundle property.- Returns:
- possible object is
TResourceBundle
-
setResourceBundle
Sets the value of the resourceBundle property.- Parameters:
value
- allowed object isTResourceBundle
-
isSetResourceBundle
public boolean isSetResourceBundle() -
getNamespacePrefixes
Gets the value of the namespacePrefixes property.- Returns:
- possible object is
TNamespacePrefixes
-
setNamespacePrefixes
Sets the value of the namespacePrefixes property.- Parameters:
value
- allowed object isTNamespacePrefixes
-
isSetNamespacePrefixes
public boolean isSetNamespacePrefixes() -
getOrganizationalUnitName
Gets the value of the organizationalUnitName property.- Returns:
- possible object is
TStaticOrXPath
-
setOrganizationalUnitName
Sets the value of the organizationalUnitName property.- Parameters:
value
- allowed object isTStaticOrXPath
-
isSetOrganizationalUnitName
public boolean isSetOrganizationalUnitName() -
getDueDate
Gets the value of the dueDate property.- Returns:
- possible object is
TDuration
-
setDueDate
Sets the value of the dueDate property.- Parameters:
value
- allowed object isTDuration
-
isSetDueDate
public boolean isSetDueDate() -
isUseBusinessCalendar
Gets the value of the useBusinessCalendar property.- Returns:
- possible object is
Boolean
-
setUseBusinessCalendar
Sets the value of the useBusinessCalendar property.- Parameters:
value
- allowed object isBoolean
-
isSetUseBusinessCalendar
public boolean isSetUseBusinessCalendar() -
getPhases
Gets the value of the phases property.- Returns:
- possible object is
TPhases
-
setPhases
Sets the value of the phases property.- Parameters:
value
- allowed object isTPhases
-
isSetPhases
public boolean isSetPhases() -
getCaseProgression
Gets the value of the caseProgression property.- Returns:
- possible object is
TCaseProgression
-
setCaseProgression
Sets the value of the caseProgression property.- Parameters:
value
- allowed object isTCaseProgression
-
isSetCaseProgression
public boolean isSetCaseProgression() -
isOverwritePermissions
Gets the value of the overwritePermissions property.- Returns:
- possible object is
Boolean
-
setOverwritePermissions
Sets the value of the overwritePermissions property.- Parameters:
value
- allowed object isBoolean
-
isSetOverwritePermissions
public boolean isSetOverwritePermissions() -
getTargetNamespace
Gets the value of the targetNamespace property.- Returns:
- possible object is
String
-
setTargetNamespace
Sets the value of the targetNamespace property.- Parameters:
value
- allowed object isString
-
isSetTargetNamespace
public boolean isSetTargetNamespace()
-