|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.meta.common.impl.LogicalIdentifierFactory
public final class LogicalIdentifierFactory
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
Identifier |
get(String identifier_external_form)
From the identifier_external_form, we will construct an Identifier. |
Identifier[] |
get(String[] identifier_external_forms)
Bulk mode of the get(String) method. |
Identifier[] |
get(String[] identifier_external_forms,
Identifier identifier_context)
Bulk mode of the get(String, TypeIdentifier) method. |
Identifier[] |
get(String[] identifier_external_forms,
String identifier_context_external_form)
Bulk mode of the get(String, String) method. |
Identifier |
get(String identifier_external_form,
Identifier identifier_context)
Construct a DefinitionIdentifier based on the external form and the context(TypeIdentifier). |
Identifier |
get(String identifier_external_form,
String identifier_context_external_form)
Construct an Identifier based on the combined string from the external form and the context external form. |
InstanceIdentifier |
newNamedInstanceIdentifier(String the_name,
TypeInstanceIdentifier container)
Supported API: true |
InstanceIdentifier |
newPathInstanceIdentifier(String the_path,
TypeInstanceIdentifier container)
Supported API: true |
InstanceIdentifier |
newUninitializedInstanceIdentifier(TypeInstanceIdentifier container)
Supported API: true |
TypeIdentifier |
newWCTypeIdentifier(String type_name)
Supported API: true |
TypeInstanceIdentifier |
newWCTypeInstanceIdentifier(String type_name,
int update_count,
long object_id)
Supported API: true |
TypeInstanceIdentifier |
newWCTypeInstanceIdentifier(String type_name,
int update_count,
long object_id,
long branch_id)
Supported API: true |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Identifier get(String identifier_external_form)
throws IllegalFormatException
get in interface IdentifierFactoryidentifier_external_form -
IllegalFormatException
public Identifier get(String identifier_external_form,
String identifier_context_external_form)
throws IllegalFormatException
get in interface IdentifierFactoryidentifier_external_form - identifier_context_external_form -
IllegalFormatException
public Identifier get(String identifier_external_form,
Identifier identifier_context)
throws IllegalFormatException
get in interface IdentifierFactoryidentifier_external_form - identifier_context -
IllegalFormatException
public Identifier[] get(String[] identifier_external_forms)
throws IllegalFormatException
get in interface IdentifierFactoryidentifier_external_forms -
IllegalFormatException
public Identifier[] get(String[] identifier_external_forms,
String identifier_context_external_form)
throws IllegalFormatException
get in interface IdentifierFactoryidentifier_external_forms - identifier_context_external_form -
IllegalFormatException
public Identifier[] get(String[] identifier_external_forms,
Identifier identifier_context)
throws IllegalFormatException
get in interface IdentifierFactoryidentifier_external_forms - identifier_context -
IllegalFormatExceptionpublic TypeIdentifier newWCTypeIdentifier(String type_name)
newWCTypeIdentifier in interface IdentifierFactorytype_name -
public TypeInstanceIdentifier newWCTypeInstanceIdentifier(String type_name,
int update_count,
long object_id)
newWCTypeInstanceIdentifier in interface IdentifierFactorytype_name - update_count - object_id -
public TypeInstanceIdentifier newWCTypeInstanceIdentifier(String type_name,
int update_count,
long object_id,
long branch_id)
newWCTypeInstanceIdentifier in interface IdentifierFactorytype_name - update_count - object_id - branch_id -
public InstanceIdentifier newUninitializedInstanceIdentifier(TypeInstanceIdentifier container)
newUninitializedInstanceIdentifier in interface IdentifierFactorycontainer -
public InstanceIdentifier newNamedInstanceIdentifier(String the_name,
TypeInstanceIdentifier container)
newNamedInstanceIdentifier in interface IdentifierFactorythe_name - container -
public InstanceIdentifier newPathInstanceIdentifier(String the_path,
TypeInstanceIdentifier container)
newPathInstanceIdentifier in interface IdentifierFactorythe_path - container -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||