def __init__(self, loglevel=None, additionalpolicyid=[], ignorerequiredproperties=False):
     AgilityModelBase.__init__(self)
     self._attrSpecs = getattr(self, '_attrSpecs', {})
     self._attrSpecs.update({'logLevel': {'type': 'int', 'name': 'loglevel', 'minOccurs': '0', 'native': True}, 'additionalPolicyId': {'maxOccurs': 'unbounded', 'type': 'int', 'name': 'additionalpolicyid', 'minOccurs': '0', 'native': True}, 'ignoreRequiredProperties': {'type': 'boolean', 'name': 'ignorerequiredproperties', 'native': True}})
     self.loglevel = loglevel
     self.additionalpolicyid = additionalpolicyid
     self.ignorerequiredproperties = ignorerequiredproperties 
 def __init__(self, type='', name=None, weight=list()):
     AgilityModelBase.__init__(self)
     self._attrSpecs = getattr(self, '_attrSpecs', {})
     self._attrSpecs.update({
         'type': {
             'type': 'string',
             'name': 'type',
             'native': True
         },
         'name': {
             'type': 'string',
             'name': 'name',
             'minOccurs': '0',
             'native': True
         },
         'weight': {
             'maxOccurs': 'unbounded',
             'type': 'ResourceWeight',
             'name': 'weight',
             'minOccurs': '0',
             'native': False
         }
     })
     self.type = type
     self.name = name
     self.weight = weight
 def __init__(self, url='', version='', build=''):
     AgilityModelBase.__init__(self)
     self._attrSpecs = getattr(self, '_attrSpecs', {})
     self._attrSpecs.update({'url': {'type': 'string', 'name': 'url', 'native': True}, 'version': {'type': 'string', 'name': 'version', 'native': True}, 'build': {'type': 'string', 'name': 'build', 'native': True}})
     self.url = url
     self.version = version
     self.build = build 
Exemplo n.º 4
0
 def __init__(self, id=None, value=None, name=''):
     AgilityModelBase.__init__(self)
     self._attrSpecs = getattr(self, '_attrSpecs', {})
     self._attrSpecs.update({
         'id': {
             'type': 'int',
             'name': 'id',
             'minOccurs': '0',
             'native': True
         },
         'value': {
             'type': 'string',
             'name': 'value',
             'minOccurs': '0',
             'native': True
         },
         'name': {
             'type': 'string',
             'name': 'name',
             'native': True
         }
     })
     self.id = id
     self.value = value
     self.name = name
 def __init__(self, property=[], type='', name=None):
     AgilityModelBase.__init__(self)
     self._attrSpecs = getattr(self, '_attrSpecs', {})
     self._attrSpecs.update({'property': {'maxOccurs': 'unbounded', 'type': 'PropertyMatch', 'name': 'property', 'minOccurs': '0', 'native': False}, 'type': {'type': 'string', 'name': 'type', 'native': True}, 'name': {'type': 'string', 'name': 'name', 'minOccurs': '0', 'native': True}})
     self.property = property
     self.type = type
     self.name = name 
Exemplo n.º 6
0
 def __init__(self, version='', command=[], productversion=''):
     AgilityModelBase.__init__(self)
     self._attrSpecs = getattr(self, '_attrSpecs', {})
     self._attrSpecs.update({
         'version': {
             'type': 'string',
             'name': 'version',
             'native': True
         },
         'command': {
             'maxOccurs': 'unbounded',
             'type': 'Command',
             'name': 'command',
             'minOccurs': '0',
             'native': False
         },
         'productVersion': {
             'type': 'string',
             'name': 'productversion',
             'native': True
         }
     })
     self.version = version
     self.command = command
     self.productversion = productversion
 def __init__(self, type='', name=None, weight=list()):
     AgilityModelBase.__init__(self)
     self._attrSpecs = getattr(self, '_attrSpecs', {})
     self._attrSpecs.update({'type': {'type': 'string', 'name': 'type', 'native': True}, 'name': {'type': 'string', 'name': 'name', 'minOccurs': '0', 'native': True}, 'weight': {'maxOccurs': 'unbounded', 'type': 'ResourceWeight', 'name': 'weight', 'minOccurs': '0', 'native': False}})
     self.type = type
     self.name = name
     self.weight = weight 
 def __init__(self, id=None, value=None, name=''):
     AgilityModelBase.__init__(self)
     self._attrSpecs = getattr(self, '_attrSpecs', {})
     self._attrSpecs.update({'id': {'type': 'int', 'name': 'id', 'minOccurs': '0', 'native': True}, 'value': {'type': 'string', 'name': 'value', 'minOccurs': '0', 'native': True}, 'name': {'type': 'string', 'name': 'name', 'native': True}})
     self.id = id
     self.value = value
     self.name = name 
 def __init__(self, item=list(), eval=list(), match=list()):
     AgilityModelBase.__init__(self)
     self._attrSpecs = getattr(self, '_attrSpecs', {})
     self._attrSpecs.update({'item': {'maxOccurs': 'unbounded', 'type': 'Link', 'name': 'item', 'minOccurs': '0', 'native': False}, 'match': {'maxOccurs': 'unbounded', 'type': 'AssetMatch', 'name': 'match', 'minOccurs': '0', 'native': False}, 'eval': {'maxOccurs': 'unbounded', 'type': 'Script', 'name': 'eval', 'minOccurs': '0', 'native': False}})
     self.item = item
     self.eval = eval
     self.match = match 
 def __init__(self, runtimebindings=[], variables=[], id=None):
     AgilityModelBase.__init__(self)
     self._attrSpecs = getattr(self, '_attrSpecs', {})
     self._attrSpecs.update({'runtimeBindings': {'maxOccurs': 'unbounded', 'type': 'ArtifactRuntimeBinding', 'name': 'runtimebindings', 'minOccurs': '0', 'native': False}, 'variables': {'maxOccurs': 'unbounded', 'type': 'AssetProperty', 'name': 'variables', 'minOccurs': '0', 'native': False}, 'id': {'type': 'int', 'name': 'id', 'native': True}})
     self.runtimebindings = runtimebindings
     self.variables = variables
     self.id = id 
Exemplo n.º 11
0
 def __init__(self, classname='', parameter=[], name='', ignoreerror=False):
     AgilityModelBase.__init__(self)
     self._attrSpecs = getattr(self, '_attrSpecs', {})
     self._attrSpecs.update({
         'classname': {
             'use': 'required',
             'type': 'string',
             'name': 'classname',
             'native': True
         },
         'parameter': {
             'maxOccurs': 'unbounded',
             'type': 'Parameter',
             'name': 'parameter',
             'minOccurs': '0',
             'native': False
         },
         'name': {
             'use': 'required',
             'type': 'string',
             'name': 'name',
             'native': True
         },
         'ignoreError': {
             'default': 'false',
             'type': 'boolean',
             'name': 'ignoreerror',
             'native': True
         }
     })
     self.classname = classname
     self.parameter = parameter
     self.name = name
     self.ignoreerror = ignoreerror
Exemplo n.º 12
0
 def __init__(self, capacity=None, type='', quantity=None):
     AgilityModelBase.__init__(self)
     self._attrSpecs = getattr(self, '_attrSpecs', {})
     self._attrSpecs.update({'type': {'type': 'string', 'name': 'type', 'native': True}, 'capacity': {'type': 'double', 'name': 'capacity', 'native': True}, 'quantity': {'type': 'double', 'name': 'quantity', 'native': True}})
     self.capacity = capacity
     self.type = type
     self.quantity = quantity 
 def __init__(self, name='', skipvalidation=False, formname=''):
     AgilityModelBase.__init__(self)
     self._attrSpecs = getattr(self, '_attrSpecs', {})
     self._attrSpecs.update({'name': {'type': 'string', 'name': 'name', 'native': True}, 'skipValidation': {'type': 'boolean', 'name': 'skipvalidation', 'native': True}, 'formName': {'type': 'string', 'name': 'formname', 'native': True}})
     self.name = name
     self.skipvalidation = skipvalidation
     self.formname = formname 
 def __init__(self, variable=None, variablesource=None, valueset=[]):
     AgilityModelBase.__init__(self)
     self._attrSpecs = getattr(self, '_attrSpecs', {})
     self._attrSpecs.update({'variable': {'type': 'PropertyDefinition', 'name': 'variable', 'native': False}, 'variableSource': {'type': 'Asset', 'name': 'variablesource', 'minOccurs': '0', 'native': False}, 'valueSet': {'maxOccurs': 'unbounded', 'type': 'VariableValueSet', 'name': 'valueset', 'minOccurs': '0', 'native': False}})
     self.variable = variable
     self.variablesource = variablesource
     self.valueset = valueset 
Exemplo n.º 15
0
 def __init__(self, version='', command=list(), productVersion=''):
     AgilityModelBase.__init__(self)
     self._attrSpecs = getattr(self, '_attrSpecs', {})
     self._attrSpecs.update({'version': {'type': 'string', 'name': 'version', 'native': True}, 'command': {'maxOccurs': 'unbounded', 'type': 'Command', 'name': 'command', 'minOccurs': '0', 'native': False}, 'productVersion': {'type': 'string', 'name': 'productVersion', 'native': True}})
     self.version = version
     self.command = command
     self.productVersion = productVersion 
Exemplo n.º 16
0
 def __init__(self, network=None, requestid=None, address=[]):
     AgilityModelBase.__init__(self)
     self._attrSpecs = getattr(self, '_attrSpecs', {})
     self._attrSpecs.update({'address': {'maxOccurs': 'unbounded', 'type': 'Address', 'name': 'address', 'minOccurs': '0', 'native': False}, 'network': {'type': 'Link', 'name': 'network', 'native': False}, 'requestId': {'type': 'string', 'name': 'requestid', 'minOccurs': '0', 'native': True}})
     self.network = network
     self.requestid = requestid
     self.address = address 
Exemplo n.º 17
0
 def __init__(self, message='', code='', detail='', iserror=False):
     AgilityModelBase.__init__(self)
     self._attrSpecs = getattr(self, '_attrSpecs', {})
     self._attrSpecs.update({
         'message': {
             'type': 'string',
             'name': 'message',
             'native': True
         },
         'code': {
             'type': 'string',
             'name': 'code',
             'native': True
         },
         'detail': {
             'type': 'string',
             'name': 'detail',
             'native': True
         },
         'isError': {
             'type': 'boolean',
             'name': 'iserror',
             'native': True
         }
     })
     self.message = message
     self.code = code
     self.detail = detail
     self.iserror = iserror
Exemplo n.º 18
0
 def __init__(self, variable=list(), checkUse=False, plan=None):
     AgilityModelBase.__init__(self)
     self._attrSpecs = getattr(self, '_attrSpecs', {})
     self._attrSpecs.update({'variable': {'maxOccurs': 'unbounded', 'type': 'AssetProperty', 'name': 'variable', 'minOccurs': '0', 'native': False}, 'checkUse': {'type': 'boolean', 'name': 'checkUse', 'native': True}, 'plan': {'type': 'DeploymentPlan', 'name': 'plan', 'native': False}})
     self.variable = variable
     self.checkUse = checkUse
     self.plan = plan 
Exemplo n.º 19
0
 def __init__(self, mapid=None, ldapgroupname='', agilitygroupname=''):
     AgilityModelBase.__init__(self)
     self._attrSpecs = getattr(self, '_attrSpecs', {})
     self._attrSpecs.update({'ldapGroupName': {'type': 'string', 'name': 'ldapgroupname', 'native': True}, 'mapId': {'type': 'int', 'name': 'mapid', 'minOccurs': '0', 'native': True}, 'agilityGroupName': {'type': 'string', 'name': 'agilitygroupname', 'native': True}})
     self.mapid = mapid
     self.ldapgroupname = ldapgroupname
     self.agilitygroupname = agilitygroupname 
Exemplo n.º 20
0
 def __init__(self, assettype=None, usedbyassets=[], importmode=None, uuid=None, detailedassetpath=None, tags=None, assetproperties=[], foreignassetproperties=[], top=False, importdirectives=None, name=None, lifecycleversion=None, assetlist=[], asset=[], removable=None, lifecyclelastcomment=None, assetpath=None, lifecyclestate=None, id=None, applicationtype=None, description=None):
     AgilityModelBase.__init__(self)
     self._attrSpecs = getattr(self, '_attrSpecs', {})
     self._attrSpecs.update({'assetType': {'type': 'Link', 'name': 'assettype', 'minOccurs': '0', 'native': False}, 'usedByAssets': {'maxOccurs': 'unbounded', 'type': 'Link', 'name': 'usedbyassets', 'minOccurs': '0', 'native': False}, 'importMode': {'type': 'ImportMode', 'name': 'importmode', 'minOccurs': '0', 'native': False}, 'uuid': {'type': 'string', 'name': 'uuid', 'minOccurs': '0', 'native': True}, 'tags': {'type': 'string', 'name': 'tags', 'minOccurs': '0', 'native': True}, 'assetProperties': {'maxOccurs': 'unbounded', 'type': 'AssetProperty', 'name': 'assetproperties', 'minOccurs': '0', 'native': False}, 'foreignAssetProperties': {'maxOccurs': 'unbounded', 'type': 'ForeignAssetProperty', 'name': 'foreignassetproperties', 'minOccurs': '0', 'native': False}, 'top': {'type': 'boolean', 'name': 'top', 'native': True}, 'description': {'type': 'string', 'name': 'description', 'minOccurs': '0', 'native': True}, 'importDirectives': {'type': 'ImportDirectives', 'name': 'importdirectives', 'minOccurs': '0', 'native': False}, 'lifecycleVersion': {'type': 'int', 'name': 'lifecycleversion', 'minOccurs': '0', 'native': True}, 'Assetlist': {'maxOccurs': 'unbounded', 'type': 'Assetlist', 'name': 'assetlist', 'minOccurs': '0', 'native': False}, 'lifecycleState': {'type': 'string', 'name': 'lifecyclestate', 'minOccurs': '0', 'native': True}, 'Asset': {'maxOccurs': 'unbounded', 'type': 'Asset', 'name': 'asset', 'minOccurs': '0', 'native': False}, 'removable': {'type': 'boolean', 'name': 'removable', 'minOccurs': '0', 'native': True}, 'lifecycleLastComment': {'type': 'string', 'name': 'lifecyclelastcomment', 'minOccurs': '0', 'native': True}, 'detailedAssetPath': {'type': 'string', 'name': 'detailedassetpath', 'minOccurs': '0', 'native': True}, 'assetPath': {'type': 'string', 'name': 'assetpath', 'minOccurs': '0', 'native': True}, 'id': {'type': 'int', 'name': 'id', 'minOccurs': '0', 'native': True}, 'applicationType': {'type': 'string', 'name': 'applicationtype', 'minOccurs': '0', 'native': True}, 'name': {'type': 'string', 'name': 'name', 'minOccurs': '0', 'native': True}})
     self.assettype = assettype
     self.usedbyassets = usedbyassets
     self.importmode = importmode
     self.uuid = uuid
     self.detailedassetpath = detailedassetpath
     self.tags = tags
     self.assetproperties = assetproperties
     self.foreignassetproperties = foreignassetproperties
     self.top = top
     self.importdirectives = importdirectives
     self.name = name
     self.lifecycleversion = lifecycleversion
     self.assetlist = assetlist
     self.asset = asset
     self.removable = removable
     self.lifecyclelastcomment = lifecyclelastcomment
     self.assetpath = assetpath
     self.lifecyclestate = lifecyclestate
     self.id = id
     self.applicationtype = applicationtype
     self.description = description 
Exemplo n.º 21
0
 def __init__(self, property=[], type='', name=None):
     AgilityModelBase.__init__(self)
     self._attrSpecs = getattr(self, '_attrSpecs', {})
     self._attrSpecs.update({
         'property': {
             'maxOccurs': 'unbounded',
             'type': 'PropertyMatch',
             'name': 'property',
             'minOccurs': '0',
             'native': False
         },
         'type': {
             'type': 'string',
             'name': 'type',
             'native': True
         },
         'name': {
             'type': 'string',
             'name': 'name',
             'minOccurs': '0',
             'native': True
         }
     })
     self.property = property
     self.type = type
     self.name = name
Exemplo n.º 22
0
 def __init__(self, token=None, id=None, created=None):
     AgilityModelBase.__init__(self)
     self._attrSpecs = getattr(self, '_attrSpecs', {})
     self._attrSpecs.update({'token': {'type': 'string', 'name': 'token', 'minOccurs': '0', 'native': True}, 'id': {'type': 'int', 'name': 'id', 'minOccurs': '0', 'native': True}, 'created': {'type': 'dateTime', 'name': 'created', 'minOccurs': '0', 'native': True}})
     self.token = token
     self.id = id
     self.created = created 
 def __init__(self, variable=None, variableSource=None, valueSet=list()):
     AgilityModelBase.__init__(self)
     self._attrSpecs = getattr(self, '_attrSpecs', {})
     self._attrSpecs.update({
         'variable': {
             'type': 'PropertyDefinition',
             'name': 'variable',
             'native': False
         },
         'variableSource': {
             'type': 'Asset',
             'name': 'variableSource',
             'minOccurs': '0',
             'native': False
         },
         'valueSet': {
             'maxOccurs': 'unbounded',
             'type': 'VariableValueSet',
             'name': 'valueSet',
             'minOccurs': '0',
             'native': False
         }
     })
     self.variable = variable
     self.variableSource = variableSource
     self.valueSet = valueSet
Exemplo n.º 24
0
 def __init__(self, item=[], eval=[], match=[]):
     AgilityModelBase.__init__(self)
     self._attrSpecs = getattr(self, '_attrSpecs', {})
     self._attrSpecs.update({
         'item': {
             'maxOccurs': 'unbounded',
             'type': 'Link',
             'name': 'item',
             'minOccurs': '0',
             'native': False
         },
         'match': {
             'maxOccurs': 'unbounded',
             'type': 'AssetMatch',
             'name': 'match',
             'minOccurs': '0',
             'native': False
         },
         'eval': {
             'maxOccurs': 'unbounded',
             'type': 'Script',
             'name': 'eval',
             'minOccurs': '0',
             'native': False
         }
     })
     self.item = item
     self.eval = eval
     self.match = match
Exemplo n.º 25
0
 def __init__(self, pendingAsset=list(), Asset=list(), version='', productVersion=''):
     AgilityModelBase.__init__(self)
     self._attrSpecs = getattr(self, '_attrSpecs', {})
     self._attrSpecs.update({'pendingAsset': {'maxOccurs': 'unbounded', 'type': 'Asset', 'name': 'pendingAsset', 'minOccurs': '0', 'native': False}, 'Asset': {'maxOccurs': 'unbounded', 'type': 'Asset', 'name': 'Asset', 'minOccurs': '0', 'native': False}, 'version': {'type': 'string', 'name': 'version', 'native': True}, 'productVersion': {'type': 'string', 'name': 'productVersion', 'native': True}})
     self.pendingAsset = pendingAsset
     self.Asset = Asset
     self.version = version
     self.productVersion = productVersion 
 def __init__(self, message='', code='', detail='', iserror=False):
     AgilityModelBase.__init__(self)
     self._attrSpecs = getattr(self, '_attrSpecs', {})
     self._attrSpecs.update({'message': {'type': 'string', 'name': 'message', 'native': True}, 'code': {'type': 'string', 'name': 'code', 'native': True}, 'detail': {'type': 'string', 'name': 'detail', 'native': True}, 'isError': {'type': 'boolean', 'name': 'iserror', 'native': True}})
     self.message = message
     self.code = code
     self.detail = detail
     self.iserror = iserror 
 def __init__(self, topologyid=None, cloudid=[], packageid=[], templateid=None):
     AgilityModelBase.__init__(self)
     self._attrSpecs = getattr(self, '_attrSpecs', {})
     self._attrSpecs.update({'topologyId': {'type': 'int', 'name': 'topologyid', 'minOccurs': '0', 'native': True}, 'cloudId': {'maxOccurs': 'unbounded', 'type': 'int', 'name': 'cloudid', 'minOccurs': '0', 'native': True}, 'packageId': {'maxOccurs': 'unbounded', 'type': 'int', 'name': 'packageid', 'minOccurs': '0', 'native': True}, 'templateId': {'type': 'int', 'name': 'templateid', 'minOccurs': '0', 'native': True}})
     self.topologyid = topologyid
     self.cloudid = cloudid
     self.packageid = packageid
     self.templateid = templateid 
Exemplo n.º 28
0
 def __init__(self, classname='', parameter=list(), name='', ignoreError=False):
     AgilityModelBase.__init__(self)
     self._attrSpecs = getattr(self, '_attrSpecs', {})
     self._attrSpecs.update({'classname': {'use': 'required', 'type': 'string', 'name': 'classname', 'native': True}, 'parameter': {'maxOccurs': 'unbounded', 'type': 'Parameter', 'name': 'parameter', 'minOccurs': '0', 'native': False}, 'name': {'use': 'required', 'type': 'string', 'name': 'name', 'native': True}, 'ignoreError': {'default': 'false', 'type': 'boolean', 'name': 'ignoreError', 'native': True}})
     self.classname = classname
     self.parameter = parameter
     self.name = name
     self.ignoreError = ignoreError 
Exemplo n.º 29
0
 def __init__(self, authserver=None, authgroupname='', mapid=None, agilityusergroups=[]):
     AgilityModelBase.__init__(self)
     self._attrSpecs = getattr(self, '_attrSpecs', {})
     self._attrSpecs.update({'authServer': {'type': 'Link', 'name': 'authserver', 'minOccurs': '0', 'native': False}, 'authGroupName': {'type': 'string', 'name': 'authgroupname', 'native': True}, 'mapId': {'type': 'int', 'name': 'mapid', 'minOccurs': '0', 'native': True}, 'agilityUserGroups': {'maxOccurs': 'unbounded', 'type': 'Link', 'name': 'agilityusergroups', 'minOccurs': '0', 'native': False}})
     self.authserver = authserver
     self.authgroupname = authgroupname
     self.mapid = mapid
     self.agilityusergroups = agilityusergroups 
 def __init__(self, applicableAssignmentType=list(), supportedEventType=list(), displayName='', name=''):
     AgilityModelBase.__init__(self)
     self._attrSpecs = getattr(self, '_attrSpecs', {})
     self._attrSpecs.update({'applicableAssignmentType': {'maxOccurs': 'unbounded', 'type': 'string', 'name': 'applicableAssignmentType', 'minOccurs': '0', 'native': True}, 'displayName': {'type': 'string', 'name': 'displayName', 'native': True}, 'supportedEventType': {'maxOccurs': 'unbounded', 'type': 'string', 'name': 'supportedEventType', 'minOccurs': '0', 'native': True}, 'name': {'type': 'string', 'name': 'name', 'native': True}})
     self.applicableAssignmentType = applicableAssignmentType
     self.supportedEventType = supportedEventType
     self.displayName = displayName
     self.name = name 
Exemplo n.º 31
0
 def __init__(self, children=list(), displayName=None, id=None, name=''):
     AgilityModelBase.__init__(self)
     self._attrSpecs = getattr(self, '_attrSpecs', {})
     self._attrSpecs.update({'displayName': {'type': 'string', 'name': 'displayName', 'minOccurs': '0', 'native': True}, 'children': {'maxOccurs': 'unbounded', 'type': 'Taxonomy', 'name': 'children', 'minOccurs': '0', 'native': False}, 'name': {'type': 'string', 'name': 'name', 'native': True}, 'id': {'type': 'int', 'name': 'id', 'minOccurs': '0', 'native': True}})
     self.children = children
     self.displayName = displayName
     self.id = id
     self.name = name 
Exemplo n.º 32
0
 def __init__(self, storagedevices=[], encryptionsupported=None, name='', raidlevels=[]):
     AgilityModelBase.__init__(self)
     self._attrSpecs = getattr(self, '_attrSpecs', {})
     self._attrSpecs.update({'storageDevices': {'maxOccurs': 'unbounded', 'type': 'FileSystemDevice', 'name': 'storagedevices', 'minOccurs': '0', 'native': False}, 'encryptionSupported': {'type': 'boolean', 'name': 'encryptionsupported', 'minOccurs': '0', 'native': True}, 'name': {'type': 'string', 'name': 'name', 'native': True}, 'raidLevels': {'maxOccurs': 'unbounded', 'type': 'string', 'name': 'raidlevels', 'minOccurs': '0', 'native': True}})
     self.storagedevices = storagedevices
     self.encryptionsupported = encryptionsupported
     self.name = name
     self.raidlevels = raidlevels 
 def __init__(self, entityType='', displayName='', id=None, jaxbType='', name=''):
     AgilityModelBase.__init__(self)
     self._attrSpecs = getattr(self, '_attrSpecs', {})
     self._attrSpecs.update({'entityType': {'type': 'string', 'name': 'entityType', 'native': True}, 'displayName': {'type': 'string', 'name': 'displayName', 'native': True}, 'id': {'type': 'int', 'name': 'id', 'native': True}, 'name': {'type': 'string', 'name': 'name', 'native': True}, 'jaxbType': {'type': 'string', 'name': 'jaxbType', 'native': True}})
     self.entityType = entityType
     self.displayName = displayName
     self.id = id
     self.jaxbType = jaxbType
     self.name = name 
Exemplo n.º 34
0
 def __init__(self, resourceWeightInfo=list(), displayName='', id=None, jaxbType='', name=''):
     AgilityModelBase.__init__(self)
     self._attrSpecs = getattr(self, '_attrSpecs', {})
     self._attrSpecs.update({'resourceWeightInfo': {'maxOccurs': 'unbounded', 'type': 'ResourceWeightInfo', 'name': 'resourceWeightInfo', 'minOccurs': '0', 'native': False}, 'displayName': {'type': 'string', 'name': 'displayName', 'native': True}, 'id': {'type': 'int', 'name': 'id', 'native': True}, 'name': {'type': 'string', 'name': 'name', 'native': True}, 'jaxbType': {'type': 'string', 'name': 'jaxbType', 'native': True}})
     self.resourceWeightInfo = resourceWeightInfo
     self.displayName = displayName
     self.id = id
     self.jaxbType = jaxbType
     self.name = name 
Exemplo n.º 35
0
 def __init__(self, filter=None, description=None, accessright=[], id=None, name=None):
     AgilityModelBase.__init__(self)
     self._attrSpecs = getattr(self, '_attrSpecs', {})
     self._attrSpecs.update({'filter': {'type': 'string', 'name': 'filter', 'minOccurs': '0', 'native': True}, 'accessRight': {'maxOccurs': 'unbounded', 'type': 'AccessRight', 'name': 'accessright', 'minOccurs': '0', 'native': False}, 'description': {'type': 'string', 'name': 'description', 'minOccurs': '0', 'native': True}, 'name': {'type': 'string', 'name': 'name', 'minOccurs': '0', 'native': True}, 'id': {'type': 'int', 'name': 'id', 'minOccurs': '0', 'native': True}})
     self.filter = filter
     self.description = description
     self.accessright = accessright
     self.id = id
     self.name = name 
Exemplo n.º 36
0
 def __init__(self, totalcount=None, offset=None, limit=None, asset=[], name=''):
     AgilityModelBase.__init__(self)
     self._attrSpecs = getattr(self, '_attrSpecs', {})
     self._attrSpecs.update({'totalCount': {'type': 'int', 'name': 'totalcount', 'native': True}, 'limit': {'type': 'int', 'name': 'limit', 'native': True}, 'Asset': {'maxOccurs': 'unbounded', 'type': 'Asset', 'name': 'asset', 'minOccurs': '0', 'native': False}, 'name': {'type': 'string', 'name': 'name', 'native': True}, 'offset': {'type': 'int', 'name': 'offset', 'native': True}})
     self.totalcount = totalcount
     self.offset = offset
     self.limit = limit
     self.asset = asset
     self.name = name 
 def __init__(self, trace=None, mapping=list(), name=None, apiVersion=None, description=None):
     AgilityModelBase.__init__(self)
     self._attrSpecs = getattr(self, '_attrSpecs', {})
     self._attrSpecs.update({'apiVersion': {'type': 'string', 'name': 'apiVersion', 'minOccurs': '0', 'native': True}, 'description': {'type': 'string', 'name': 'description', 'minOccurs': '0', 'native': True}, 'mapping': {'maxOccurs': 'unbounded', 'type': 'ResourceMapping', 'name': 'mapping', 'minOccurs': '0', 'native': False}, 'trace': {'type': 'int', 'name': 'trace', 'native': True}, 'name': {'type': 'string', 'name': 'name', 'minOccurs': '0', 'native': True}})
     self.trace = trace
     self.mapping = mapping
     self.name = name
     self.apiVersion = apiVersion
     self.description = description 
 def __init__(self, filter=None, description=None, accessRight=list(), id=None, name=None):
     AgilityModelBase.__init__(self)
     self._attrSpecs = getattr(self, '_attrSpecs', {})
     self._attrSpecs.update({'filter': {'type': 'string', 'name': 'filter', 'minOccurs': '0', 'native': True}, 'accessRight': {'maxOccurs': 'unbounded', 'type': 'AccessRight', 'name': 'accessRight', 'minOccurs': '0', 'native': False}, 'description': {'type': 'string', 'name': 'description', 'minOccurs': '0', 'native': True}, 'name': {'type': 'string', 'name': 'name', 'minOccurs': '0', 'native': True}, 'id': {'type': 'int', 'name': 'id', 'minOccurs': '0', 'native': True}})
     self.filter = filter
     self.description = description
     self.accessRight = accessRight
     self.id = id
     self.name = name 
 def __init__(self, services=list(), runtime=None, type=None, id=None, properties=list()):
     AgilityModelBase.__init__(self)
     self._attrSpecs = getattr(self, '_attrSpecs', {})
     self._attrSpecs.update({'services': {'maxOccurs': 'unbounded', 'type': 'string', 'name': 'services', 'minOccurs': '0', 'native': True}, 'runtime': {'type': 'Link', 'name': 'runtime', 'minOccurs': '0', 'native': False}, 'type': {'type': 'Link', 'name': 'type', 'minOccurs': '0', 'native': False}, 'id': {'type': 'int', 'name': 'id', 'native': True}, 'properties': {'maxOccurs': 'unbounded', 'type': 'Property', 'name': 'properties', 'minOccurs': '0', 'native': False}})
     self.services = services
     self.runtime = runtime
     self.type = type
     self.id = id
     self.properties = properties 
 def __init__(self, pathIcon='', icon='', transitions=list(), name='', description=''):
     AgilityModelBase.__init__(self)
     self._attrSpecs = getattr(self, '_attrSpecs', {})
     self._attrSpecs.update({'description': {'type': 'string', 'name': 'description', 'native': True}, 'pathIcon': {'type': 'string', 'name': 'pathIcon', 'native': True}, 'transitions': {'maxOccurs': 'unbounded', 'type': 'Link', 'name': 'transitions', 'minOccurs': '0', 'native': False}, 'name': {'type': 'string', 'name': 'name', 'native': True}, 'icon': {'type': 'string', 'name': 'icon', 'native': True}})
     self.pathIcon = pathIcon
     self.icon = icon
     self.transitions = transitions
     self.name = name
     self.description = description 
Exemplo n.º 41
0
 def __init__(self,
              name='',
              linkproperty=[],
              href='',
              rel='',
              position=None,
              type='',
              id=None):
     AgilityModelBase.__init__(self)
     self._attrSpecs = getattr(self, '_attrSpecs', {})
     self._attrSpecs.update({
         'name': {
             'type': 'string',
             'name': 'name',
             'native': True
         },
         'linkProperty': {
             'maxOccurs': 'unbounded',
             'type': 'NameValuePair',
             'name': 'linkproperty',
             'minOccurs': '0',
             'native': False
         },
         'href': {
             'type': 'string',
             'name': 'href',
             'native': True
         },
         'rel': {
             'type': 'string',
             'name': 'rel',
             'native': True
         },
         'position': {
             'type': 'int',
             'name': 'position',
             'minOccurs': '0',
             'native': True
         },
         'type': {
             'type': 'string',
             'name': 'type',
             'native': True
         },
         'id': {
             'type': 'int',
             'name': 'id',
             'native': True
         }
     })
     self.name = name
     self.linkproperty = linkproperty
     self.href = href
     self.rel = rel
     self.position = position
     self.type = type
     self.id = id
 def __init__(self, source=None, defaultgranted=None, granted=None, id=None, name=None):
     AgilityModelBase.__init__(self)
     self._attrSpecs = getattr(self, '_attrSpecs', {})
     self._attrSpecs.update({'source': {'type': 'string', 'name': 'source', 'minOccurs': '0', 'native': True}, 'defaultGranted': {'type': 'boolean', 'name': 'defaultgranted', 'minOccurs': '0', 'native': True}, 'granted': {'type': 'boolean', 'name': 'granted', 'minOccurs': '0', 'native': True}, 'name': {'type': 'string', 'name': 'name', 'minOccurs': '0', 'native': True}, 'id': {'type': 'int', 'name': 'id', 'minOccurs': '0', 'native': True}})
     self.source = source
     self.defaultgranted = defaultgranted
     self.granted = granted
     self.id = id
     self.name = name 
 def __init__(self, exclusion=None, inclusion=None, description=None, rank=[], condition=None, name=None):
     AgilityModelBase.__init__(self)
     self._attrSpecs = getattr(self, '_attrSpecs', {})
     self._attrSpecs.update({'name': {'type': 'string', 'name': 'name', 'minOccurs': '0', 'native': True}, 'inclusion': {'type': 'AssetFilter', 'name': 'inclusion', 'minOccurs': '0', 'native': False}, 'exclusion': {'type': 'AssetFilter', 'name': 'exclusion', 'minOccurs': '0', 'native': False}, 'rank': {'maxOccurs': 'unbounded', 'type': 'ResourceRank', 'name': 'rank', 'minOccurs': '0', 'native': False}, 'condition': {'type': 'AssetFilter', 'name': 'condition', 'minOccurs': '0', 'native': False}, 'description': {'type': 'string', 'name': 'description', 'minOccurs': '0', 'native': True}})
     self.exclusion = exclusion
     self.inclusion = inclusion
     self.description = description
     self.rank = rank
     self.condition = condition
     self.name = name 
 def __init__(self, resource=[], description='', link=[], type='', id=None, name=''):
     AgilityModelBase.__init__(self)
     self._attrSpecs = getattr(self, '_attrSpecs', {})
     self._attrSpecs.update({'resource': {'maxOccurs': 'unbounded', 'type': 'StoreResource', 'name': 'resource', 'minOccurs': '0', 'native': False}, 'description': {'type': 'string', 'name': 'description', 'native': True}, 'link': {'maxOccurs': 'unbounded', 'type': 'Link', 'name': 'link', 'minOccurs': '0', 'native': False}, 'type': {'type': 'string', 'name': 'type', 'native': True}, 'id': {'type': 'int', 'name': 'id', 'native': True}, 'name': {'type': 'string', 'name': 'name', 'native': True}})
     self.resource = resource
     self.description = description
     self.link = link
     self.type = type
     self.id = id
     self.name = name 
 def __init__(self, id=None):
     AgilityModelBase.__init__(self)
     self._attrSpecs = getattr(self, '_attrSpecs', {})
     self._attrSpecs.update(
         {'id': {
             'type': 'int',
             'name': 'id',
             'native': True
         }})
     self.id = id
Exemplo n.º 46
0
 def __init__(self, type=''):
     AgilityModelBase.__init__(self)
     self._attrSpecs = getattr(self, '_attrSpecs', {})
     self._attrSpecs.update(
         {'type': {
             'type': 'string',
             'name': 'type',
             'native': True
         }})
     self.type = type
 def __init__(self,
              variables=[],
              artifact=None,
              properties=[],
              services=[],
              artifacttype=None,
              id=None):
     AgilityModelBase.__init__(self)
     self._attrSpecs = getattr(self, '_attrSpecs', {})
     self._attrSpecs.update({
         'variables': {
             'maxOccurs': 'unbounded',
             'type': 'AssetProperty',
             'name': 'variables',
             'minOccurs': '0',
             'native': False
         },
         'artifact': {
             'type': 'Link',
             'name': 'artifact',
             'minOccurs': '0',
             'native': False
         },
         'properties': {
             'maxOccurs': 'unbounded',
             'type': 'Property',
             'name': 'properties',
             'minOccurs': '0',
             'native': False
         },
         'services': {
             'maxOccurs': 'unbounded',
             'type': 'string',
             'name': 'services',
             'minOccurs': '0',
             'native': True
         },
         'artifactType': {
             'type': 'Link',
             'name': 'artifacttype',
             'minOccurs': '0',
             'native': False
         },
         'id': {
             'type': 'int',
             'name': 'id',
             'native': True
         }
     })
     self.variables = variables
     self.artifact = artifact
     self.properties = properties
     self.services = services
     self.artifacttype = artifacttype
     self.id = id
 def __init__(self, statemeta=[], publishstates=[], expectedexecutionpath=[], taskmeta=[], workfloweventid=None, workflowversion=None, assettypeid=None):
     AgilityModelBase.__init__(self)
     self._attrSpecs = getattr(self, '_attrSpecs', {})
     self._attrSpecs.update({'stateMeta': {'maxOccurs': 'unbounded', 'type': 'Link', 'name': 'statemeta', 'minOccurs': '0', 'native': False}, 'publishStates': {'maxOccurs': 'unbounded', 'type': 'string', 'name': 'publishstates', 'minOccurs': '0', 'native': True}, 'expectedExecutionPath': {'maxOccurs': 'unbounded', 'type': 'string', 'name': 'expectedexecutionpath', 'minOccurs': '0', 'native': True}, 'taskMeta': {'maxOccurs': 'unbounded', 'type': 'Link', 'name': 'taskmeta', 'minOccurs': '0', 'native': False}, 'workflowEventId': {'type': 'int', 'name': 'workfloweventid', 'native': True}, 'workflowVersion': {'type': 'int', 'name': 'workflowversion', 'native': True}, 'assetTypeId': {'type': 'int', 'name': 'assettypeid', 'native': True}})
     self.statemeta = statemeta
     self.publishstates = publishstates
     self.expectedexecutionpath = expectedexecutionpath
     self.taskmeta = taskmeta
     self.workfloweventid = workfloweventid
     self.workflowversion = workflowversion
     self.assettypeid = assettypeid