Interface ELPictureAble
- All Superinterfaces:
ELContainerAble, ELDeleteAble, ELElement, ELObject
- All Known Subinterfaces:
ACDia, BI2MeasurementTime, BPDia, BPItemDefinition, BRDia, BROrgUnit, BRPerson, BRResource, BRResourceCL, BRRole, BRTechnical, BSDia, CLClassDia, CLComponent, CLComponentDia, CLCompositeStructureDia, CLDeploymentDia, CLDia, CLHierarchyAbleDia, CLRequirementDia, CLStructureDefinitionDia, CLUseCaseDia, DBDia, DRDecisionRequirementDia, DRPrintContext, ERDia, ERDiaAll, GCConcept, GCDia, GCDynDia, IMDia, MERefAbleAsResource, PRAnalysisDia, PRBDia, PRDia, PRDiaDashboard, PRDiaWhiteboard, PRPresContext, PRVersionAbleDia, SMDia, SMPDia, SQDia
A PictureAble instance may contain a picture.
- See Also:
- Note:
- The interface ELPictureAble describes an abstract ability of an object. Therefore no instances of this type can be found in the repository!
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionReturns the picture's raw data assigned to this element.voidpictureSetRawData(byte[] seqData) creates aELPictureinstance for this element if it does not already own a picture.Methods inherited from interface ELContainerAble
getClientDependency, getOwnedElement, getOwnedElementTransitiveDown, getOwnedElementTransitiveDown, getOwnedElementTransitiveDownAndUnresolved, getOwnedElementTransitiveDownAndUnresolved, getOwnedOrReferencedElementTransitiveDown, getOwnedOrReferencedElementTransitiveDown, getOwnedRelshipBinDirWithTarget, getOwnedRelshipBinDirWithTarget, getRedirectedModelContainer, getRelshipBinDirSource, getSelfAndOwnedElementTransitiveDown, getSelfAndOwnedElementTransitiveDown, getSortedContents, sortContentsMethods inherited from interface ELDeleteAble
deleteMethods inherited from interface ELElement
duplicateElement, getAssignAbleToVattr, getAssignAbleToVattr, getClientId, getCreateTemplateOfInstance, getDisplayBitmap, getDisplayColor, getDisplayFont, getDisplayLine, getDisplayName, getDisplayNameShort, getDisplayNSName, getElementCache, getElementMappingInformation, getNotificationElement, getQualifiedNamespaceName, getRelshipBinDir, getRelshipBinDir, getRelshipBinDirTarget, getUnitToLock, getValSpecElement, isContainedInProfile, isUnresolved, lockUnit, setUnresolved, unlockUnitMethods inherited from interface ELObject
getId, getLongId, getMetaClass, getMetaName, getOclClass, getSrvCon, hasRead
-
Method Details
-
getPictureRawData
Returns the picture's raw data assigned to this element.- Throws:
InoNetExceptionSrvErrorException
-
pictureSetRawData
creates aELPictureinstance for this element if it does not already own a picture. The picture is assigned the provided binary data as raw format.- Parameters:
seqData- binary format of the picture- Throws:
InoNetExceptionSrvErrorException
-
getOwnedPicture
- Throws:
InoNetExceptionSrvErrorException
-
getOwnedPictures
- Throws:
InoNetExceptionSrvErrorException
-