Class: CmisServer::SecondaryType

Inherits:
Type
  • Object
show all
Defined in:
lib/cmis_server/secondary_type.rb

Instance Attribute Summary

Attributes inherited from Type

#controllable_acl, #controllable_policy, #creatable, #description, #display_name, #fileable, #fulltext_indexed, #id, #included_in_supertype_query, #local_name, #local_namespace, #parent_type, #query_name, #queryable, #self_property_definitions

Instance Method Summary collapse

Methods inherited from Type

#base_type, #initialize, #parent_id, #parent_property_definitions, #property_definitions

Constructor Details

This class inherits a constructor from CmisServer::Type

Instance Method Details

#base_idObject



3
4
5
# File 'lib/cmis_server/secondary_type.rb', line 3

def base_id
  'cmis:secondary'
end

#createObject



7
8
9
# File 'lib/cmis_server/secondary_type.rb', line 7

def create
  raise "Secondary types cannot be created directly"
end