Records activity for an entity at a point in time; activity may be for
an event that has already occurred or for a planned activity.Records
activity for an entity at a point in time; activity may be for an event
that has already occurred or for a planned activity.
|
|
__init__(self,
severity='',
createdDateTime='',
reason='',
category='',
ErpPersons=None,
Organisations=None,
Documents=None,
Assets=None,
status=None,
ScheduledEvent=None,
*args,
**kw_args)
Initialises a new 'ActivityRecord' instance. |
|
|
|
|
|
|
|
| addDocuments(self,
*Documents) |
|
|
|
|
| addErpPersons(self,
*ErpPersons) |
|
|
|
|
| addOrganisations(self,
*Organisations) |
|
|
|
|
getAssets(self)
All assets for which this activity record has been created. |
|
|
|
|
getDocuments(self)
All documents for which this activity record has been created. |
|
|
|
|
|
|
|
|
|
|
|
|
|
| removeAssets(self,
*Assets) |
|
|
|
|
| removeDocuments(self,
*Documents) |
|
|
|
|
| removeErpPersons(self,
*ErpPersons) |
|
|
|
|
| removeOrganisations(self,
*Organisations) |
|
|
|
|
|
|
|
| setDocuments(self,
value) |
|
|
|
|
| setErpPersons(self,
value) |
|
|
|
|
| setOrganisations(self,
value) |
|
|
|
|
| setScheduledEvent(self,
value) |
|
|
|
Inherited from IEC61970.Core.IdentifiedObject'.IdentifiedObject:
addDiagramObjects,
addNames,
getDiagramObjects,
getModelingAuthoritySet,
getNames,
removeDiagramObjects,
removeNames,
setDiagramObjects,
setModelingAuthoritySet,
setNames
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|
|
|
_attr_types = {'category': <type 'str'>, 'createdDateTime': <t...
|
|
|
_attrs = ['severity', 'createdDateTime', 'reason', 'category']
|
|
|
_defaults = {'category': '', 'createdDateTime': '', 'reason': ...
|
|
|
_many_refs = ['ErpPersons', 'Organisations', 'Documents', 'Ass...
|
|
|
_refs = ['ErpPersons', 'Organisations', 'Documents', 'Assets',...
|
|
|
status = None
|
|
|