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,
reason='',
createdDateTime='',
severity='',
category='',
Documents=None,
Assets=None,
status=None,
*args,
**kw_args)
Initialises a new 'ActivityRecord' instance. |
|
|
|
|
|
|
|
| addDocuments(self,
*Documents) |
|
|
|
|
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) |
|
|
|
|
|
|
|
| setDocuments(self,
value) |
|
|
|
Inherited from IEC61970.Core.IdentifiedObject'.IdentifiedObject:
getModelingAuthoritySet,
setModelingAuthoritySet
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|
|
|
_attr_types = {'category': <type 'str'>, 'createdDateTime': <t...
|
|
|
_attrs = ['reason', 'createdDateTime', 'severity', 'category']
|
|
|
_defaults = {'category': '', 'createdDateTime': '', 'reason': ...
|
|
|
_many_refs = ['Documents', 'Assets']
|
|
|
_refs = ['Documents', 'Assets', 'status']
|
|
|
status = None
|
|
|