FileUrlPart
FileUrlPart
(mixed $partStructure, mixed $recordId, mixed $configuration, mixed $asset)
Create a Part. Records are composed of Parts. Parts can also contain other Parts. Each Record is associated with a specific RecordStructure and each Part is associated with a specific PartStructure.
object Part
createPart
(object Id $partStructureId, object mixed $value)
-
object Id
$partStructureId
-
object mixed
$value: (original type: java.io.Serializable)
Redefinition of:
- Part::createPart()
- Create a Part. Records are composed of Parts. Parts can also contain other Parts. Each Record is associated with a specific RecordStructure and each Part is associated with a specific PartStructure.
Delete a Part and all its Parts.
void
deletePart
(mixed $partId, object Id $partId
)
Redefinition of:
- Part::deletePart()
- Delete a Part and all its Parts.
Get the unique Id for this Part.
object Id
getId
()
Redefinition of:
- Part::getId()
- Get the unique Id for this Part.
Get all the Parts in this Part. Iterators return a set, one at a time.
object PartIterator
getParts
()
Redefinition of:
- Part::getParts()
- Get all the Parts in this Part. Iterators return a set, one at a time.
Get the PartStructure associated with this Part.
object PartStructure
getPartStructure
()
Redefinition of:
- Part::getPartStructure()
- Get the PartStructure associated with this Part.
Get the value for this Part.
object mixed
getValue
()
Redefinition of:
- Part::getValue()
- Get the value for this Part.
Update the value for this Part.
void
updateValue
(object mixed $value)
-
object mixed
$value: (original type: java.io.Serializable)
Redefinition of:
- Part::updateValue()
- Update the value for this Part.
Allow the file record to update the fetch from its own queries
void
_updateValue
(string $value)
Inherited Methods
Inherited From Part
Part::createPart()
Part::deletePart()
Part::getDisplayName()
Part::getId()
Part::getParts()
Part::getPartStructure()
Part::getValue()
Part::updateDisplayName()
Part::updateValue()